MavenBuildFailure

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.

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.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard