MavenWorkUnit

constructor(@Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "goalName") goalName: String, @Json(name = "executionId") executionId: String)

Parameters

groupId

The Maven groupId.

artifactId

The Maven artifactId.

goalName

The Maven goal name.

executionId

The execution id of the goal.