Edit

Share via


BuildDefinitionTemplate Class

Definition

Represents a template from which new build definitions can be created.

[System.Runtime.Serialization.DataContract]
public class BuildDefinitionTemplate
type BuildDefinitionTemplate = class
Public Class BuildDefinitionTemplate
Inheritance
BuildDefinitionTemplate
Attributes

Constructors

BuildDefinitionTemplate()

Properties

CanDelete

Indicates whether the template can be deleted.

Category

The template category.

DefaultHostedQueue

An optional hosted agent queue for the template to use by default.

Description

A description of the template.

Icons

A dictionary of media type strings to icons for this template.

IconTaskId

The ID of the task whose icon is used when showing this template in the UI.

Id

The ID of the template.

Name

The name of the template.

Template

The actual template.

Applies to