DefinitionReference interface
Represents a reference to a definition.
Properties
created |
The date this version of the definition was created. |
id | The ID of the referenced definition. |
name | The name of the referenced definition. |
path | The folder path of the definition. |
project | A reference to the project. |
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. |
Property Details
createdDate
The date this version of the definition was created.
createdDate: Date
Property Value
Date
id
The ID of the referenced definition.
id: number
Property Value
number
name
The name of the referenced definition.
name: string
Property Value
string
path
The folder path of the definition.
path: string
Property Value
string
project
queueStatus
A value that indicates whether builds can be queued against this definition.
queueStatus: DefinitionQueueStatus
Property Value
revision
The definition revision number.
revision: number
Property Value
number
type
uri
The definition's URI.
uri: string
Property Value
string
url
The REST URL of the definition.
url: string
Property Value
string