TeamCity Kotlin DSL 2026.1
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.1
TeamCity Kotlin DSL 2026.1
/
jetbrains.buildServer.configs.kotlin.pipelines
/
JobRepositories
/
repository
repository
fun
repository
(
vcsRoot
:
VcsRoot
,
enabled
:
Boolean
=
true
,
checkoutPath
:
String
=
""
)
Adds a repository to the job using a VCS root.
fun
repository
(
vcsRoot
:
Id
,
enabled
:
Boolean
=
true
,
checkoutPath
:
String
=
""
)
Adds a repository to the job using an ID reference.