Uses of Class
com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters
Packages that use SourceTriggerUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceTriggerUpdateParameters in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return SourceTriggerUpdateParametersModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SourceTriggerUpdateParametersModifier and TypeMethodDescriptionTriggerUpdateParameters.sourceTriggers()
Get the collection of triggers based on source code repository.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type SourceTriggerUpdateParametersModifier and TypeMethodDescriptionTriggerUpdateParameters.withSourceTriggers
(List<SourceTriggerUpdateParameters> sourceTriggers) Set the collection of triggers based on source code repository.