jetbrains.buildServer.configs.kotlin.v2019_2 / Single

Single

class Single : Stage, DependencyConstructor, AbstractStage

Constructors

<init>

Single(project: Project?, buildType: BuildType)

Properties

buildType

val buildType: BuildType

Inherited Properties

project

val project: Project?

Functions

buildDependencyOn

fun buildDependencyOn(stage: Stage, options: SnapshotDependencyOptions): Unit

buildTypes

fun buildTypes(): List<BuildType>

Inherited Functions

buildDependencies

abstract fun buildDependencies(): Unit

dependencyOptions

fun dependencyOptions(options: SnapshotDependencyOptions): Unit

dependsOn

abstract fun dependsOn(vararg buildTypes: BuildType, options: SnapshotDependencyOptions = {}): Unit
abstract fun dependsOn(vararg stages: Stage, options: SnapshotDependencyOptions = {}): Unit