Interface RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition
- All Known Subinterfaces:
RegistrySourceTrigger.UpdateDefinition
,RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable
- Enclosing interface:
- RegistrySourceTrigger.UpdateDefinitionStages
public static interface RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition
The stage of the container registry source trigger definition allowing to specify the status of the trigger.
-
Method Summary
Modifier and TypeMethodDescriptionwithTriggerStatus
(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.The function that sets the trigger status to be disabled.The function that sets the trigger status to be enabled.
-
Method Details
-
withTriggerStatusEnabled
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatusEnabled()The function that sets the trigger status to be enabled.- Returns:
- the next stage of the container registry source trigger definition.
-
withTriggerStatusDisabled
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatusDisabled()The function that sets the trigger status to be disabled.- Returns:
- the next stage of the container registry source trigger definition.
-
withTriggerStatus
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatus(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.- Parameters:
triggerStatus
- the user's choice for the trigger status.- Returns:
- the next stage of the container registry source trigger definition.
-