Single
class Single(val project: Project?, val buildType: BuildType) : AbstractStage, Stage, DependencyConstructor
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun buildDependencyOn(stage: Stage, options: SnapshotDependencyOptions)
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