Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTrigger
Packages that use SourceTrigger
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of SourceTrigger in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type SourceTrigger in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of a Container Registry source trigger.Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type SourceTriggerModifier and TypeClassDescriptionfinal classThe properties of a source based trigger.Methods in com.azure.resourcemanager.containerregistry.models that return SourceTriggerModifier and TypeMethodDescriptionstatic SourceTriggerSourceTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceTrigger from the JsonReader.Set the name property: The name of the trigger.SourceTrigger.withSourceRepository(SourceProperties sourceRepository) Set the sourceRepository property: The properties that describes the source(code) for the task.SourceTrigger.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTrigger.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 SourceTriggerModifier and TypeMethodDescriptionTriggerProperties.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 SourceTriggerModifier and TypeMethodDescriptionTriggerProperties.withSourceTriggers(List<SourceTrigger> sourceTriggers) Set the sourceTriggers property: The collection of triggers based on source code repository.