Uses of Class
com.microsoft.azure.management.containerregistry.SourceTriggerEvent
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTriggerEvent in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final SourceTriggerEvent
SourceTriggerEvent.COMMIT
Static value commit for SourceTriggerEvent.static final SourceTriggerEvent
SourceTriggerEvent.PULLREQUEST
Static value pullrequest for SourceTriggerEvent.Modifier and TypeMethodDescriptionstatic SourceTriggerEvent
SourceTriggerEvent.fromString
(String name) Creates or finds a SourceTriggerEvent from its string representation.Modifier and TypeMethodDescriptionRegistrySourceTrigger.sourceTriggerEvents()
SourceTrigger.sourceTriggerEvents()
Get the source event corresponding to the trigger.SourceTriggerUpdateParameters.sourceTriggerEvents()
Get the source event corresponding to the trigger.static Collection<SourceTriggerEvent>
SourceTriggerEvent.values()
Modifier and TypeMethodDescriptionRegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition.withTriggerEvent
(SourceTriggerEvent sourceTriggerEvent) The function that allows the user to specify an action that will trigger a run when it is executed.RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withTriggerEvent
(SourceTriggerEvent sourceTriggerEvent) The function that allows the user to specify an action that will trigger a run when it is executed.RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition.withTriggerEvent
(SourceTriggerEvent sourceTriggerEvent) The function that allows the user to specify an action that will trigger a run when it is executed.Modifier and TypeMethodDescriptionSourceTrigger.withSourceTriggerEvents
(List<SourceTriggerEvent> sourceTriggerEvents) Set the source event corresponding to the trigger.SourceTriggerUpdateParameters.withSourceTriggerEvents
(List<SourceTriggerEvent> sourceTriggerEvents) Set the source event corresponding to the trigger.