SourceTriggerUpdateParameters interface
The properties for updating a source based trigger.
Properties
name | The name of the trigger. |
source |
The properties that describes the source(code) for the task. |
source |
The source event corresponding to the trigger. |
status | The current status of trigger. |
Property Details
name
The name of the trigger.
name: string
Property Value
string
sourceRepository
The properties that describes the source(code) for the task.
sourceRepository?: SourceUpdateParameters
Property Value
sourceTriggerEvents
The source event corresponding to the trigger.
sourceTriggerEvents?: string[]
Property Value
string[]
status
The current status of trigger.
status?: string
Property Value
string