Interface RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition
-
- All Known Subinterfaces:
RegistrySourceTrigger.UpdateDefinition,RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable
- Enclosing interface:
- RegistrySourceTrigger.UpdateDefinitionStages
public static interface RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinitionThe stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachablewithCommitTriggerEvent()The function that specifies a commit action will trigger a run.RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachablewithPullTriggerEvent()The function that specifies a pull action will trigger a run.RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachablewithTriggerEvent(SourceTriggerEvent sourceTriggerEvent)The function that allows the user to specify an action that will trigger a run when it is executed.
-
-
-
Method Detail
-
withCommitTriggerEvent
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withCommitTriggerEvent()
The function that specifies a commit action will trigger a run.- Returns:
- the next stage of the container registry source trigger definition.
-
withPullTriggerEvent
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withPullTriggerEvent()
The function that specifies a pull action will trigger a run.- Returns:
- the next stage of the container registry source trigger definition.
-
withTriggerEvent
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerEvent(SourceTriggerEvent sourceTriggerEvent)
The function that allows the user to specify an action that will trigger a run when it is executed.- Parameters:
sourceTriggerEvent- the action that will trigger a run.- Returns:
- the next stage of the container registry source trigger definition.
-
-