jetbrains.buildServer.configs.kotlin.v2019_2 / Template / <init>

<init>

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

Creates a template and initializes it with the specified init block

Parameters

init - initialization block

See Also

Template

Template()

Represents TeamCity build template.

To appear in UI a template should be registered in a project using the template method.

The id and name are mandatory properties for a valid template (id can be omitted if it matches the class name).

Template settings are grouped into blocks similar to tabs in the build template admin UI:

See Also

Project

BuildType

VcsRoot