Uses of Class
com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTriggerUpdateParameters in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionSet the name of the trigger.SourceTriggerUpdateParameters.withSourceRepository
(SourceUpdateParameters sourceRepository) Set the properties that describes the source(code) for the task.SourceTriggerUpdateParameters.withSourceTriggerEvents
(List<SourceTriggerEvent> sourceTriggerEvents) Set the source event corresponding to the trigger.SourceTriggerUpdateParameters.withStatus
(TriggerStatus status) Set the current status of trigger.Modifier and TypeMethodDescriptionTriggerUpdateParameters.sourceTriggers()
Get the collection of triggers based on source code repository.Modifier and TypeMethodDescriptionTriggerUpdateParameters.withSourceTriggers
(List<SourceTriggerUpdateParameters> sourceTriggers) Set the collection of triggers based on source code repository.