Package version:

Interface SourceTriggerUpdateParameters

The properties for updating a source based trigger.

interface SourceTriggerUpdateParameters {
    name: string;
    sourceRepository?: SourceUpdateParameters;
    sourceTriggerEvents?: string[];
    status?: string;
}

Properties

name: string

The name of the trigger.

sourceRepository?: SourceUpdateParameters

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.