fun root(root: VcsRoot, vararg rules: String): Unit
Attaches the specified VCS root with the given checkout rules to a template or buildType
rules
- checkout rules, omit if you want to use default checkout rules
See Also
fun root(rootExtId: String, vararg rules: String): Unit
Attaches a VCS root with the specified extId with the given checkout rules to a template or buildType. This method can be used to attach a VCS root which is not defined in Kotlin.
rootExtId
- VCS root external id
rules
- checkout rules, omit if you want to use default checkout rules