SbtWorkUnit

constructor(@Json(name = "taskName") taskName: String, @Json(name = "scope") scope: SbtWorkUnitScope? = null)

Parameters

taskName

The name of the sbt task.

scope