Maven Build Failure
data class MavenBuildFailure(@Json(name = "header" ) val header: String, @Json(name = "message" ) val message: String, @Json(name = "relevantLog" ) val relevantLog: String? = null, @Json(name = "goalExecutionId" ) val goalExecutionId: String? = null, @Json(name = "stacktrace" ) val stacktrace: String? = null)
Parameters
header
Failure header.
message
Failure message.
relevant Log
Relevant console log. null if no relevant console log has been found.
goal Execution Id
The goal execution id associated with this failure. null if no goal execution is associated with the failure.
stacktrace
The stacktrace of this failure. null if there is no stacktrace available.