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

template

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

Registers a new template in this project

Parameters

base - base template to copy from

init - function to initialize the template

See Also

Template