class SnapshotDependency
TeamCity snapshot dependency
SnapshotDependency(base: SnapshotDependency? = null, init: SnapshotDependency.() -> Unit = {}) |
var onDependencyCancel: FailureAction
Acton to take on dependency build fail to start |
|
var onDependencyFailure: FailureAction
Acton to take on dependency build failure |
|
var reuseBuilds: ReuseBuilds
Reuse builds mode |
|
var runOnSameAgent: Boolean
Whether dependent build should run on the same agent as dependency |
|
var synchronizeRevisions: Boolean
When true revisions will be synchronized between dependant builds. |