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