MavenBuildFailure

constructor(@Json(name = "header") header: String, @Json(name = "message") message: String, @Json(name = "relevantLog") relevantLog: String? = null, @Json(name = "goalExecutionId") goalExecutionId: String? = null, @Json(name = "stacktrace") stacktrace: String? = null)

Parameters

header

Failure header.

message

Failure message.

relevantLog

Relevant console log. null if no relevant console log has been found.

goalExecutionId

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.