TriggerUpdateParameters interface
The properties for updating triggers.
Properties
base |
The trigger based on base image dependencies. |
source |
The collection of triggers based on source code repository. |
timer |
The collection of timer triggers. |
Property Details
baseImageTrigger
The trigger based on base image dependencies.
baseImageTrigger?: BaseImageTriggerUpdateParameters
Property Value
sourceTriggers
The collection of triggers based on source code repository.
sourceTriggers?: SourceTriggerUpdateParameters[]
Property Value
timerTriggers
The collection of timer triggers.
timerTriggers?: TimerTriggerUpdateParameters[]