SbtWorkUnitScope

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.

Constructors

Link copied to clipboard
constructor(@Json(name = "project") project: String? = null, @Json(name = "configuration") configuration: String? = null, @Json(name = "task") task: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val task: String?