jetbrains.buildServer.configs.kotlin.v10 / Dependencies / snapshot

snapshot

fun snapshot(buildType: BuildType, init: SnapshotDependency.() -> Unit = {}): Unit

Adds a snapshot dependency on the specified buildType

Parameters

buildType - buildType to depend on

init - function to initialize the snapshot dependency

fun snapshot(buildTypeExtId: String, init: SnapshotDependency.() -> Unit = {}): Unit

Adds a snapshot dependency on the specified buildType

Parameters

buildTypeExtId - externalId of the buildType to depend on

init - function to initialize the snapshot dependency