Sbt Work Unit Scope
data class SbtWorkUnitScope(@Json(name = "project" ) val project: String? = null, @Json(name = "configuration" ) val configuration: String? = null, @Json(name = "task" ) val task: String? = null)
The sbt scope.
Parameters
project
The name of the sbt scope project.
configuration
The name of the sbt scope configuration.
task
The name of the sbt scope task.