Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildDefinitionTemplate

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

Hierarchy

  • BuildDefinitionTemplate

Index

Properties

Optional canDelete

canDelete: boolean

Indicates whether the template can be deleted.

Optional category

category: string

The template category.

Optional defaultHostedQueue

defaultHostedQueue: string

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

Optional description

description: string

A description of the template.

Optional iconTaskId

iconTaskId: string

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

Optional icons

icons: object

Type declaration

  • [key: string]: string

Optional id

id: string

The ID of the template.

Optional name

name: string

The name of the template.

Optional template

template: BuildDefinition

The actual template.

Generated using TypeDoc