Maven Work Unit
constructor(@Json(name = "groupId" ) groupId: String, @Json(name = "artifactId" ) artifactId: String, @Json(name = "goalName" ) goalName: String, @Json(name = "executionId" ) executionId: String)
Parameters
group Id
The Maven groupId.
artifact Id
The Maven artifactId.
goal Name
The Maven goal name.
execution Id
The execution id of the goal.