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

template

fun template(template: Template): Unit

Registers the specified template in this project

Parameters

template - template to register

See Also

Template

fun template(init: Template.() -> Unit): Template

Registers a new template initialized with the specified init block in this project

Parameters

init - initialization block

return - added template

See Also

Template