Package version:

The properties of a source based trigger.

interface SourceTrigger {
    name: string;
    sourceRepository: SourceProperties;
    sourceTriggerEvents: string[];
    status?: string;
}

Properties

name: string

The name of the trigger.

sourceRepository: SourceProperties

The properties that describes the source(code) for the task.

sourceTriggerEvents: string[]

The source event corresponding to the trigger.

status?: string

The current status of trigger.