Uses of Class
com.microsoft.azure.management.containerregistry.SourceTriggerEvent
Packages that use SourceTriggerEvent
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTriggerEvent in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as SourceTriggerEventModifier and TypeFieldDescriptionstatic final SourceTriggerEvent
SourceTriggerEvent.COMMIT
Static value commit for SourceTriggerEvent.static final SourceTriggerEvent
SourceTriggerEvent.PULLREQUEST
Static value pullrequest for SourceTriggerEvent.Methods in com.microsoft.azure.management.containerregistry that return SourceTriggerEventModifier and TypeMethodDescriptionstatic SourceTriggerEvent
SourceTriggerEvent.fromString
(String name) Creates or finds a SourceTriggerEvent from its string representation.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SourceTriggerEventModifier 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()
Methods in com.microsoft.azure.management.containerregistry with parameters of type SourceTriggerEventModifier 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.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type SourceTriggerEventModifier 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.