Template(init: Template.() -> Unit)
Creates a template and initializes it with the specified init block
See Also
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