Functions

Link copied to clipboard
abstract fun buildType(bt: BuildType, options: SnapshotDependencyOptions = {}): BuildType
Link copied to clipboard
abstract fun buildTypes(): List<BuildType>
Link copied to clipboard
abstract fun dependsOn(    vararg buildTypes: BuildType,     options: SnapshotDependencyOptions = {})
abstract fun dependsOn(vararg stages: Stage, options: SnapshotDependencyOptions = {})
Link copied to clipboard
abstract fun parallel(    options: SnapshotDependencyOptions = {},     block: CompoundStage.() -> Unit): CompoundStage
Link copied to clipboard
abstract fun sequential(    options: SnapshotDependencyOptions = {},     block: CompoundStage.() -> Unit): CompoundStage