BuildDefinition3_2 interface
For back-compat with extensions that use the old Steps format instead of Process and Phases
- Extends
badge |
Indicates whether badges are enabled for this definition |
build | |
build |
The build number format |
comment | The comment entered when saving the definition |
demands | |
description | The description |
drop |
The drop location for the definition |
job |
The job authorization scope for builds which are queued against this definition |
job |
The job cancel timeout in minutes for builds which are cancelled by user for this definition |
job |
The job execution timeout in minutes for builds which are queued against this definition |
latest |
|
latest |
|
options | |
process |
Process Parameters |
properties | |
repository | The repository |
retention |
|
tags | |
triggers | |
variables |
authored |
The author of the definition. |
created |
The date this version of the definition was created. |
draft |
A reference to the definition that this definition is a draft of, if this is a draft definition. |
drafts | The list of drafts associated with this definition, if this is not a draft definition. |
id | The ID of the referenced definition. |
metrics | |
name | The name of the referenced definition. |
path | The folder path of the definition. |
project | A reference to the project. |
quality | The quality of the definition document (draft, etc.) |
queue | The default queue for builds run against this definition. |
queue |
A value that indicates whether builds can be queued against this definition. |
revision | The definition revision number. |
type | The type of the definition. |
uri | The definition's URI. |
url | The REST URL of the definition. |
Indicates whether badges are enabled for this definition
badgeEnabled: boolean
Property Value
boolean
The build number format
buildNumberFormat: string
Property Value
string
The comment entered when saving the definition
comment: string
Property Value
string
The description
description: string
Property Value
string
The drop location for the definition
dropLocation: string
Property Value
string
The job authorization scope for builds which are queued against this definition
jobAuthorizationScope: BuildAuthorizationScope
Property Value
The job cancel timeout in minutes for builds which are cancelled by user for this definition
jobCancelTimeoutInMinutes: number
Property Value
number
The job execution timeout in minutes for builds which are queued against this definition
jobTimeoutInMinutes: number
Property Value
number
properties: any
Property Value
any
tags: string[]
Property Value
string[]
variables: {[key: string]: BuildDefinitionVariable}
Property Value
{[key: string]: BuildDefinitionVariable}
The author of the definition.
authoredBy: IdentityRef
Property Value
Inherited From BuildDefinitionReference3_2.authoredBy
The date this version of the definition was created.
createdDate: Date
Property Value
Date
Inherited From BuildDefinitionReference3_2.createdDate
A reference to the definition that this definition is a draft of, if this is a draft definition.
draftOf: DefinitionReference
Property Value
Inherited From BuildDefinitionReference3_2.draftOf
The list of drafts associated with this definition, if this is not a draft definition.
drafts: DefinitionReference[]
Property Value
Inherited From BuildDefinitionReference3_2.drafts
The ID of the referenced definition.
id: number
Property Value
number
Inherited From BuildDefinitionReference3_2.id
The name of the referenced definition.
name: string
Property Value
string
Inherited From BuildDefinitionReference3_2.name
The folder path of the definition.
path: string
Property Value
string
Inherited From BuildDefinitionReference3_2.path
A reference to the project.
project: TeamProjectReference
Property Value
Inherited From BuildDefinitionReference3_2.project
The quality of the definition document (draft, etc.)
quality: DefinitionQuality
Property Value
Inherited From BuildDefinitionReference3_2.quality
The default queue for builds run against this definition.
queue: AgentPoolQueue
Property Value
Inherited From BuildDefinitionReference3_2.queue
A value that indicates whether builds can be queued against this definition.
queueStatus: DefinitionQueueStatus
Property Value
Inherited From BuildDefinitionReference3_2.queueStatus
The definition revision number.
revision: number
Property Value
number
Inherited From BuildDefinitionReference3_2.revision
The type of the definition.
type: DefinitionType
Property Value
Inherited From BuildDefinitionReference3_2.type
The definition's URI.
uri: string
Property Value
string
Inherited From BuildDefinitionReference3_2.uri
The REST URL of the definition.
url: string
Property Value
string
Inherited From BuildDefinitionReference3_2.url