|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Installers>
com.soasta.jenkins.Installers
public enum Installers
| Enum Constant Summary | |
|---|---|
iOS_APP_INSTALLER
iOSAppInstaller CT link name. |
|
MATT_INSTALLER
MATT installer CT link name. |
|
SCOMMAND_INSTALLER
SCommand CT link name. |
|
| Method Summary | |
|---|---|
String |
getCTInstallerType()
|
String |
getInstallerDownloadPath()
|
String |
getInstallerType()
|
static Installers |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Installers[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Installers iOS_APP_INSTALLER
public static final Installers MATT_INSTALLER
public static final Installers SCOMMAND_INSTALLER
| Method Detail |
|---|
public static Installers[] values()
for (Installers c : Installers.values()) System.out.println(c);
public static Installers valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getInstallerType()
public String getCTInstallerType()
public String getInstallerDownloadPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||