public static enum BusEvent.Type extends Enum<BusEvent.Type>
| Enum Constant and Description |
|---|
BUILD_ERROR |
BUILD_OK |
BUILD_STARTED |
DEPENDENCY |
PUSH |
STATE_CHANGE_HACK |
TRAVIS_ERROR |
TRAVIS_OK |
| Modifier and Type | Method and Description |
|---|---|
static BusEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusEvent.Type STATE_CHANGE_HACK
public static final BusEvent.Type PUSH
public static final BusEvent.Type DEPENDENCY
public static final BusEvent.Type BUILD_STARTED
public static final BusEvent.Type BUILD_OK
public static final BusEvent.Type BUILD_ERROR
public static final BusEvent.Type TRAVIS_OK
public static final BusEvent.Type TRAVIS_ERROR
public static BusEvent.Type[] values()
for (BusEvent.Type c : BusEvent.Type.values()) System.out.println(c);
public static BusEvent.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 aequologica. All rights reserved.