public enum BuildServerType extends Enum<BuildServerType>
| Modifier and Type | Method and Description |
|---|---|
BuildServer |
getBuildServer() |
static BuildServerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildServerType BAMBOO
public static final BuildServerType JENKINS
public static final BuildServerType UNKNOWN
public static BuildServerType[] values()
for (BuildServerType c : BuildServerType.values()) System.out.println(c);
public static BuildServerType 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 nullpublic BuildServer getBuildServer()
Copyright © 2015. All rights reserved.