CompoundStageImpl
abstract class CompoundStageImpl(val project: Project?) : AbstractStage, CompoundStage
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun buildDependencyOn(stage: Stage, options: SnapshotDependencyOptions)
Content copied to clipboard
Link copied to clipboard
open override fun buildType(bt: BuildType, options: SnapshotDependencyOptions): BuildType
Content copied to clipboard
fun buildType(options: SnapshotDependencyOptions, block: BuildType.() -> Unit): BuildType
Content copied to clipboard
Link 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
open override fun parallel(options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun parallel( composite: BuildType?, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun parallel( project: Project, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun parallel( project: Project?, composite: BuildType?, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
Link copied to clipboard
open override fun sequential(options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun sequential( composite: BuildType?, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun sequential( project: Project, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard
fun sequential( project: Project?, composite: BuildType?, options: SnapshotDependencyOptions, block: CompoundStage.() -> Unit): CompoundStage
Content copied to clipboard