| Package | Description |
|---|---|
| com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withName(String name)
Set the name of the trigger.
|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository)
Set the properties that describes the source(code) for the task.
|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)
Set the source event corresponding to the trigger.
|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withStatus(TriggerStatus status)
Set the current status of trigger.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceTriggerUpdateParameters> |
TriggerUpdateParameters.sourceTriggers()
Get the collection of triggers based on source code repository.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerUpdateParameters |
TriggerUpdateParameters.withSourceTriggers(List<SourceTriggerUpdateParameters> sourceTriggers)
Set the collection of triggers based on source code repository.
|
Copyright © 2019. All rights reserved.