public final class SourceTriggerEvent extends com.microsoft.rest.ExpandableStringEnum<SourceTriggerEvent>
| Modifier and Type | Field and Description |
|---|---|
static SourceTriggerEvent |
COMMIT
Static value commit for SourceTriggerEvent.
|
static SourceTriggerEvent |
PULLREQUEST
Static value pullrequest for SourceTriggerEvent.
|
| Constructor and Description |
|---|
SourceTriggerEvent() |
| Modifier and Type | Method and Description |
|---|---|
static SourceTriggerEvent |
fromString(String name)
Creates or finds a SourceTriggerEvent from its string representation.
|
static Collection<SourceTriggerEvent> |
values() |
public static final SourceTriggerEvent COMMIT
public static final SourceTriggerEvent PULLREQUEST
public static SourceTriggerEvent fromString(String name)
name - a name to look forpublic static Collection<SourceTriggerEvent> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/