Uses of Class
com.microsoft.azure.management.containerregistry.SourceTrigger
Packages that use SourceTrigger
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTrigger in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return SourceTriggerModifier and TypeMethodDescriptionSet the name of the trigger.SourceTrigger.withSourceRepository
(SourceProperties sourceRepository) Set the properties that describes the source(code) for the task.SourceTrigger.withSourceTriggerEvents
(List<SourceTriggerEvent> sourceTriggerEvents) Set the source event corresponding to the trigger.SourceTrigger.withStatus
(TriggerStatus status) Set the current status of trigger.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SourceTriggerModifier and TypeMethodDescriptionTriggerProperties.sourceTriggers()
Get the collection of triggers based on source code repository.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type SourceTriggerModifier and TypeMethodDescriptionTriggerProperties.withSourceTriggers
(List<SourceTrigger> sourceTriggers) Set the collection of triggers based on source code repository.