jetbrains.buildServer.configs.kotlin.v10 / VcsRoot / <init>

<init>

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

Creates a new VCS root. Copies all settings from the specified base (if it is not null) and runs the init function on the created instance.

Parameters

init - function to initialize the created VCS root

base - base object to copy settings from

See Also

VcsRoot