Sbt Work Unit Scope
constructor(@Json(name = "project" ) project: String? = null, @Json(name = "configuration" ) configuration: String? = null, @Json(name = "task" ) task: String? = null)
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.