| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/