|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Setting> com.sonyericsson.hudson.plugins.multislaveconfigplugin.Setting
public enum Setting
Available setting types.
Enum Constant Summary | |
---|---|
DESCRIPTION
Description, used on all slaves. |
|
IDLE_DELAY
Idle delay, used withing RetentionStrategy.Demand. |
|
IN_DEMAND_DELAY
In demand delay setting, used within RetentionStrategy.Demand. |
|
KEEP_UP_WHEN_ACTIVE
Keep up when active setting, used within SimpleScheduledRetentionStrategy. |
|
LABELS
Label string, used on all slaves. |
|
LAUNCH_COMMAND
Launch command, used within CommandLauncher. |
|
NUM_EXECUTORS
Number of executors, used on all slaves. |
|
PASSWORD_STRING
Password string, used within ManagedWindowsServiceLauncher. |
|
REMOTE_FS
Remote FS, used on all slaves. |
|
START_TIME_SPEC
Start time specification, used within SimpleScheduledRetentionStrategy. |
|
TUNNEL
Tunnel, used within JNLPLauncher. |
|
UPTIME_MINS
Uptime mins, used within SimpleScheduledRetentionStrategy. |
|
USERNAME
Username, used within ManagedWindowsServiceLauncher. |
|
VM_ARGS
Vm args, used within JNLPLauncher. |
Method Summary | |
---|---|
static Setting |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Setting[] |
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 Setting LABELS
public static final Setting DESCRIPTION
public static final Setting NUM_EXECUTORS
public static final Setting REMOTE_FS
public static final Setting LAUNCH_COMMAND
public static final Setting PASSWORD_STRING
public static final Setting USERNAME
public static final Setting TUNNEL
public static final Setting VM_ARGS
public static final Setting IDLE_DELAY
public static final Setting IN_DEMAND_DELAY
public static final Setting KEEP_UP_WHEN_ACTIVE
public static final Setting START_TIME_SPEC
public static final Setting UPTIME_MINS
Method Detail |
---|
public static Setting[] values()
for (Setting c : Setting.values()) System.out.println(c);
public static Setting 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 null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |