Interface RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition
-
- All Known Subinterfaces:
RegistrySourceTrigger.Definition,RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable
- Enclosing interface:
- RegistrySourceTrigger.DefinitionStages
public static interface RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinitionThe stage of the container registry source trigger definition allowing to specify the status of the trigger.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachablewithTriggerStatus(TriggerStatus triggerStatus)The function that allows the user to input the state of the trigger status.RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachablewithTriggerStatusDisabled()The function that sets the trigger status to be disabled.RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachablewithTriggerStatusEnabled()The function that sets the trigger status to be enabled.
-
-
-
Method Detail
-
withTriggerStatusEnabled
RegistrySourceTrigger.DefinitionStages.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.DefinitionStages.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.DefinitionStages.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.
-
-