interface SourceRepoTrigger {
    alias?: string;
    branchFilters?: string[];
    triggerType?: ReleaseTriggerType;
}

Hierarchy (View Summary)

Properties

alias?: string

Alias of the source repo trigger.

branchFilters?: string[]
triggerType?: ReleaseTriggerType

Type of release trigger.