class Dependency
Represents dependency of one build on another
Dependency()
Represents dependency of one build on another |
var artifacts: <ERROR CLASS>
Artifact dependencies settings |
|
var buildTypeId: String
Id of the buildType to depend on |
|
var
Id of the buildType to depend on |
|
var snapshot: SnapshotDependency?
Snapshot dependency settings or null if there should be no snapshot dependency |
fun artifacts(init: ArtifactDependency.() -> Unit): Unit
Configures artifact dependency. When this block is missing, no artifact dependency will be added. |
|
fun snapshot(init: SnapshotDependency.() -> Unit): Unit
Configures snapshot dependency. When this block is missing, no snapshot dependency will be added. |
|
fun toString(): String |
fun Dependency.copy(): Dependency
Copies the receiver dependency |