jetbrains.buildServer.configs.kotlin.v10 / Project / vcsRoot

vcsRoot

fun vcsRoot(base: VcsRoot? = null, init: VcsRoot.() -> Unit = {}): VcsRoot

Registers a new VCS root in this project

Parameters

base - base VCS root to copy from

init - function to initialize the root

See Also

VcsRoot