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 uuid, id, and name are mandatory properties for a valid template.
Template settings are grouped into blocks similar to tabs in the build template admin UI:
See Also