org.jenkinsci.plugins.scripted_cloud
Enum scriptedCloudSlaveComputer.MACHINE_ACTION
java.lang.Object
java.lang.Enum<scriptedCloudSlaveComputer.MACHINE_ACTION>
org.jenkinsci.plugins.scripted_cloud.scriptedCloudSlaveComputer.MACHINE_ACTION
- All Implemented Interfaces:
- Serializable, Comparable<scriptedCloudSlaveComputer.MACHINE_ACTION>
- Enclosing class:
- scriptedCloudSlaveComputer
public static enum scriptedCloudSlaveComputer.MACHINE_ACTION
- extends Enum<scriptedCloudSlaveComputer.MACHINE_ACTION>
SHUTDOWN
public static final scriptedCloudSlaveComputer.MACHINE_ACTION SHUTDOWN
REVERT
public static final scriptedCloudSlaveComputer.MACHINE_ACTION REVERT
RESET
public static final scriptedCloudSlaveComputer.MACHINE_ACTION RESET
NOTHING
public static final scriptedCloudSlaveComputer.MACHINE_ACTION NOTHING
values
public static scriptedCloudSlaveComputer.MACHINE_ACTION[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (scriptedCloudSlaveComputer.MACHINE_ACTION c : scriptedCloudSlaveComputer.MACHINE_ACTION.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static scriptedCloudSlaveComputer.MACHINE_ACTION valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2004-2012. All Rights Reserved.