BuildDefinitionTemplate interface

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

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
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.

Property Details

canDelete

Indicates whether the template can be deleted.

canDelete: boolean

Property Value

boolean

category

The template category.

category: string

Property Value

string

defaultHostedQueue

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

defaultHostedQueue: string

Property Value

string

description

A description of the template.

description: string

Property Value

string

icons

icons: {[key: string]: string}

Property Value

{[key: string]: string}

iconTaskId

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

iconTaskId: string

Property Value

string

id

The ID of the template.

id: string

Property Value

string

name

The name of the template.

name: string

Property Value

string

template

The actual template.

template: BuildDefinition

Property Value