com.sonyericsson.hudson.plugins.multislaveconfigplugin
Enum NodeManageLink.UserMode

java.lang.Object
  extended by java.lang.Enum<NodeManageLink.UserMode>
      extended by com.sonyericsson.hudson.plugins.multislaveconfigplugin.NodeManageLink.UserMode
All Implemented Interfaces:
Serializable, Comparable<NodeManageLink.UserMode>
Enclosing class:
NodeManageLink

public static enum NodeManageLink.UserMode
extends Enum<NodeManageLink.UserMode>

Different user modes, depending on which wizard the user is running.


Enum Constant Summary
ADD
          Usermode when adding slaves.
CONFIGURE
          Usermode when configuring slaves.
DELETE
          Usermode when deleting slaves.
MANAGE
          Usermode when changing online and connected statuses of slaves.
 
Method Summary
static NodeManageLink.UserMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeManageLink.UserMode[] 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

ADD

public static final NodeManageLink.UserMode ADD
Usermode when adding slaves.


CONFIGURE

public static final NodeManageLink.UserMode CONFIGURE
Usermode when configuring slaves.


DELETE

public static final NodeManageLink.UserMode DELETE
Usermode when deleting slaves.


MANAGE

public static final NodeManageLink.UserMode MANAGE
Usermode when changing online and connected statuses of slaves.

Method Detail

values

public static NodeManageLink.UserMode[] 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 (NodeManageLink.UserMode c : NodeManageLink.UserMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static NodeManageLink.UserMode 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-2014. All Rights Reserved.