Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTrigger
-
Packages that use SourceTrigger Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SourceTrigger in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceTrigger Modifier and Type Method Description SourceTriggerSourceTrigger. withName(String name)Set the name property: The name of the trigger.SourceTriggerSourceTrigger. withSourceRepository(SourceProperties sourceRepository)Set the sourceRepository property: The properties that describes the source(code) for the task.SourceTriggerSourceTrigger. withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerSourceTrigger. withStatus(TriggerStatus status)Set the status property: The current status of trigger.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceTrigger Modifier and Type Method Description List<SourceTrigger>TriggerProperties. sourceTriggers()Get the sourceTriggers property: The collection of triggers based on source code repository.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type SourceTrigger Modifier and Type Method Description TriggerPropertiesTriggerProperties. withSourceTriggers(List<SourceTrigger> sourceTriggers)Set the sourceTriggers property: The collection of triggers based on source code repository.
-