data class MavenResult: Any
Fields
| Name | Description |
|---|---|
val resultCode: Int
|
is an Int |
val outputLines: List<String>
|
is a List of String |
var expiredByTimeout: Boolean
|
is a Boolean |
Constructors
<init>
constructor(resultCode: Int, outputLines: List<String>, expiredByTimeout: Boolean)
Represents the Output of a Maven build process.
Parameters
| Name | Description |
|---|---|
resultCode: Int
|
|
outputLines: List<String>
|
|
expiredByTimeout: Boolean
|
Methods
tooMuchOutput
fun tooMuchOutput(): Boolean
ReturnValue
| Name | Description |
|---|---|
Boolean
|
Represents the Output of a Maven build process.