Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerEvent
Packages that use SourceTriggerEvent
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceTriggerEvent in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as SourceTriggerEventModifier and TypeFieldDescriptionstatic final SourceTriggerEventSourceTriggerEvent.COMMITStatic value commit for SourceTriggerEvent.static final SourceTriggerEventSourceTriggerEvent.PULLREQUESTStatic value pullrequest for SourceTriggerEvent.Methods in com.azure.resourcemanager.containerregistry.models that return SourceTriggerEventModifier and TypeMethodDescriptionstatic SourceTriggerEventSourceTriggerEvent.fromString(String name) Creates or finds a SourceTriggerEvent from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceTriggerEventModifier and TypeMethodDescriptionRegistrySourceTrigger.sourceTriggerEvents()Gets the list of actions that trigger an event.SourceTrigger.sourceTriggerEvents()Get the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerUpdateParameters.sourceTriggerEvents()Get the sourceTriggerEvents property: The source event corresponding to the trigger.static Collection<SourceTriggerEvent> SourceTriggerEvent.values()Gets known SourceTriggerEvent values.Methods in com.azure.resourcemanager.containerregistry.models 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.azure.resourcemanager.containerregistry.models with type arguments of type SourceTriggerEventModifier and TypeMethodDescriptionSourceTrigger.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) Set the sourceTriggerEvents property: The source event corresponding to the trigger.