| Modifier and Type | Field | Description |
|---|---|---|
static SourceTriggerEvent |
SourceTriggerEvent.COMMIT |
Static value commit for SourceTriggerEvent.
|
static SourceTriggerEvent |
SourceTriggerEvent.PULLREQUEST |
Static value pullrequest for SourceTriggerEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SourceTriggerEvent |
SourceTriggerEvent.fromString(String name) |
Creates or finds a SourceTriggerEvent from its string representation.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<SourceTriggerEvent> |
SourceTrigger.sourceTriggerEvents() |
Get the source event corresponding to the trigger.
|
List<SourceTriggerEvent> |
SourceTriggerUpdateParameters.sourceTriggerEvents() |
Get the source event corresponding to the trigger.
|
static Collection<SourceTriggerEvent> |
SourceTriggerEvent.values() |
| Modifier and Type | Method | Description |
|---|---|---|
SourceTrigger |
SourceTrigger.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) |
Set the source event corresponding to the trigger.
|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) |
Set the source event corresponding to the trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/