Sbt Work Unit
data class SbtWorkUnit(@Json(name = "taskName" ) val taskName: String, @Json(name = "scope" ) val scope: SbtWorkUnitScope? = null)
An sbt work unit.
Parameters
task Name
The name of the sbt task.
scope
Constructors
Link copied to clipboard
constructor(@Json(name = "taskName" ) taskName: String, @Json(name = "scope" ) scope: SbtWorkUnitScope? = null)