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