Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerEvent
-
Packages that use SourceTriggerEvent Package Description com.azure.resourcemanager.containerregistry.models 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 SourceTriggerEvent Modifier and Type Field Description static SourceTriggerEventSourceTriggerEvent. COMMITStatic value commit for SourceTriggerEvent.static SourceTriggerEventSourceTriggerEvent. PULLREQUESTStatic value pullrequest for SourceTriggerEvent.Methods in com.azure.resourcemanager.containerregistry.models that return SourceTriggerEvent Modifier and Type Method Description static 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 SourceTriggerEvent Modifier and Type Method Description List<SourceTriggerEvent>RegistrySourceTrigger. sourceTriggerEvents()List<SourceTriggerEvent>SourceTrigger. sourceTriggerEvents()Get the sourceTriggerEvents property: The source event corresponding to the trigger.List<SourceTriggerEvent>SourceTriggerUpdateParameters. sourceTriggerEvents()Get the sourceTriggerEvents property: The source event corresponding to the trigger.static Collection<SourceTriggerEvent>SourceTriggerEvent. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceTriggerEvent Modifier and Type Method Description RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachableRegistrySourceTrigger.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.SourceTriggerAttachableRegistrySourceTrigger.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.UpdateRegistrySourceTrigger.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 SourceTriggerEvent Modifier and Type Method Description SourceTriggerSourceTrigger. withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerUpdateParametersSourceTriggerUpdateParameters. withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)Set the sourceTriggerEvents property: The source event corresponding to the trigger.
-