jetbrains.buildServer.configs.kotlin.v2018_1 / SnapshotDependency

SnapshotDependency

class SnapshotDependency

TeamCity snapshot dependency

Constructors

<init>

SnapshotDependency()

TeamCity snapshot dependency

Properties

onDependencyCancel

var onDependencyCancel: FailureAction

Acton to take on dependency build fail to start

onDependencyFailure

var onDependencyFailure: FailureAction

Acton to take on dependency build failure

reuseBuilds

var reuseBuilds: ReuseBuilds

Reuse builds mode

runOnSameAgent

var runOnSameAgent: Boolean

Whether dependent build should run on the same agent as dependency

synchronizeRevisions

var synchronizeRevisions: Boolean

When true revisions will be synchronized between dependant builds.

Extension Functions

copy

fun SnapshotDependency.copy(): SnapshotDependency

Copies the receiver snapshot dependency