public final class SourceTriggerEvent extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.