BuildDefinitionSourceProvider interface
definition |
Uri of the associated definition |
fields | fields associated with this build definition |
id | Id of this source provider |
last |
The lst time this source provider was modified |
name | Name of the source provider |
supported |
Which trigger types are supported by this definition source provider |
Uri of the associated definition
definitionUri: string
Property Value
string
fields associated with this build definition
fields: {[key: string]: string}
Property Value
{[key: string]: string}
Id of this source provider
id: number
Property Value
number
The lst time this source provider was modified
lastModified: Date
Property Value
Date
Name of the source provider
name: string
Property Value
string
Which trigger types are supported by this definition source provider
supportedTriggerTypes: DefinitionTriggerType