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(rootId: Id, vararg rules: String): Unit
Attaches a VCS root with the specified id 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.
rules
- checkout rules, omit if you want to use default checkout rules