TeamCity Kotlin DSL 2026.2 EAP
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.2 EAP
TeamCity Kotlin DSL 2026.2 EAP
/
jetbrains.buildServer.configs.kotlin.pipelines
/
Pipeline
/
Pipeline
Pipeline
constructor
(
init
:
Pipeline
.
(
)
->
Unit
)
Creates a pipeline and initializes it with the specified init block.
Parameters
init
initialization block
See also
Pipeline
constructor
(
)