Uses of Class
com.microsoft.azure.management.containerregistry.SourceTrigger
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTrigger in com.microsoft.azure.management.containerregistry
Modifier 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.Modifier and TypeMethodDescriptionTriggerProperties.sourceTriggers()
Get the collection of triggers based on source code repository.Modifier and TypeMethodDescriptionTriggerProperties.withSourceTriggers
(List<SourceTrigger> sourceTriggers) Set the collection of triggers based on source code repository.