Interface RegistrySourceTrigger.UpdateDefinitionStages
-
- Enclosing interface:
- RegistrySourceTrigger
public static interface RegistrySourceTrigger.UpdateDefinitionStagesGrouping of source trigger update definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistrySourceTrigger.UpdateDefinitionStages.BlankThe first stage of a source trigger definition.static interfaceRegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuthThe stage of the container registry source trigger definition allowing to specify the branch of the repository and authentication credentials if needed to interact with the source control repository.static interfaceRegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlThe stage of the container registry source trigger definition allowing to specify the URL of the source control repository.static interfaceRegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachableThe stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.static interfaceRegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinitionThe stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.static interfaceRegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinitionThe stage of the container registry source trigger definition allowing to specify the status of the trigger.
-