interface BuildDefinitionSourceProvider {
    definitionUri?: string;
    fields?: { [key: string]: string };
    id?: number;
    lastModified?: Date;
    name?: string;
    supportedTriggerTypes?: DefinitionTriggerType;
}

Properties

definitionUri?: string

Uri of the associated definition

fields?: { [key: string]: string }

fields associated with this build definition

id?: number

Id of this source provider

lastModified?: Date

The lst time this source provider was modified

name?: string

Name of the source provider

supportedTriggerTypes?: DefinitionTriggerType

Which trigger types are supported by this definition source provider