TeamCity Kotlin DSL 2024.12.1
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
TeamCity Kotlin DSL 2024.12.1
TeamCity Kotlin DSL 2024.12.1
/
jetbrains.buildServer.configs.kotlin
/
Stage
Stage
interface
Stage
Inheritors
AbstractStage
CompoundStage
Single
Members
Functions
build
Types
Link copied to clipboard
abstract
fun
buildTypes
(
)
:
List
<
BuildType
>
depends
On
Link copied to clipboard
abstract
fun
dependsOn
(
vararg
buildTypes
:
BuildType
,
options
:
SnapshotDependencyOptions
=
{}
)
abstract
fun
dependsOn
(
vararg
stages
:
Stage
,
options
:
SnapshotDependencyOptions
=
{}
)