class Single : Stage, DependencyConstructor, AbstractStage
Single(project: Project?, buildType: BuildType) |
val buildType: BuildType |
val project: Project? |
fun buildDependencyOn(stage: Stage, options: SnapshotDependencyOptions): Unit |
|
fun buildTypes(): List<BuildType> |
abstract fun buildDependencies(): Unit |
|
fun dependencyOptions(options: SnapshotDependencyOptions): Unit |
|
abstract fun dependsOn(vararg buildTypes: BuildType, options: SnapshotDependencyOptions = {}): Unit abstract fun dependsOn(vararg stages: Stage, options: SnapshotDependencyOptions = {}): Unit |