TeamCity Kotlin DSL 2024.12.2
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
TeamCity Kotlin DSL 2024.12.2
TeamCity Kotlin DSL 2024.12.2
/
jetbrains.buildServer.configs.kotlin
/
VcsRootEntry
Vcs
Root
Entry
data
class
VcsRootEntry
(
val
root
:
IdOwner
,
val
checkoutRules
:
List
<
String
>
)
Members
Constructors
Vcs
Root
Entry
Link copied to clipboard
constructor
(
root
:
IdOwner
,
checkoutRules
:
List
<
String
>
)
Properties
checkout
Rules
Link copied to clipboard
val
checkoutRules
:
List
<
String
>
root
Link copied to clipboard
val
root
:
IdOwner