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