TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
VcsRootEntry
Vcs
Root
Entry
data
class
VcsRootEntry
(
val
root
:
IdOwner
,
val
checkoutRules
:
List
<
String
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Vcs
Root
Entry
Link copied to clipboard
fun
VcsRootEntry
(
root
:
IdOwner
,
checkoutRules
:
List
<
String
>
)
Content copied to clipboard
Properties
checkoutRules
Link copied to clipboard
val
checkoutRules
:
List
<
String
>
Content copied to clipboard
root
Link copied to clipboard
val
root
:
IdOwner
Content copied to clipboard