com.pmease.quickbuild.plugin.report.engine.web
Enum BuildChoice.BuildShortcut
java.lang.Object
java.lang.Enum<BuildChoice.BuildShortcut>
com.pmease.quickbuild.plugin.report.engine.web.BuildChoice.BuildShortcut
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BuildChoice.BuildShortcut>
- Enclosing class:
- BuildChoice
public static enum BuildChoice.BuildShortcut
- extends java.lang.Enum<BuildChoice.BuildShortcut>
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 |
PREVIOUS_SUCCESSFUL
public static final BuildChoice.BuildShortcut PREVIOUS_SUCCESSFUL
LATEST_RECOMMENDED
public static final BuildChoice.BuildShortcut LATEST_RECOMMENDED
PREVIOUS_FAILED
public static final BuildChoice.BuildShortcut PREVIOUS_FAILED
NO_COMPARE
public static final BuildChoice.BuildShortcut NO_COMPARE
ALL_BUILDS
public static final BuildChoice.BuildShortcut ALL_BUILDS
values
public static BuildChoice.BuildShortcut[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(BuildChoice.BuildShortcut c : BuildChoice.BuildShortcut.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static BuildChoice.BuildShortcut valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.