MavenWorkUnit

data class MavenWorkUnit(    @Json(name = "groupId") val groupId: String,     @Json(name = "artifactId") val artifactId: String,     @Json(name = "goalName") val goalName: String,     @Json(name = "executionId") val executionId: String)

A Maven work unit.

Parameters

groupId

The Maven groupId.

artifactId

The Maven artifactId.

goalName

The Maven goal name.

executionId

The execution id of the goal.

Constructors

Link copied to clipboard
constructor(    @Json(name = "groupId") groupId: String,     @Json(name = "artifactId") artifactId: String,     @Json(name = "goalName") goalName: String,     @Json(name = "executionId") executionId: String)

Properties

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