RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition Interface
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 Type | Method and Description |
|---|---|
|
abstract
Source |
withTriggerStatus(TriggerStatus triggerStatus)
The function that allows the user to input the state of the trigger status. |
|
abstract
Source |
withTriggerStatusDisabled()
The function that sets the trigger status to be disabled. |
|
abstract
Source |
withTriggerStatusEnabled()
The function that sets the trigger status to be enabled. |
Method Details
withTriggerStatus
public abstract RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatus(TriggerStatus triggerStatus)
The function that allows the user to input the state of the trigger status.
Parameters:
Returns:
withTriggerStatusDisabled
public abstract RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatusDisabled()
The function that sets the trigger status to be disabled.
Returns:
withTriggerStatusEnabled
public abstract RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable withTriggerStatusEnabled()
The function that sets the trigger status to be enabled.
Returns: