hudson.plugins.im.tools
Enum BuildHelper.ExtResult
java.lang.Object
java.lang.Enum<BuildHelper.ExtResult>
hudson.plugins.im.tools.BuildHelper.ExtResult
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BuildHelper.ExtResult>
- Enclosing class:
- BuildHelper
public static enum BuildHelper.ExtResult
- extends java.lang.Enum<BuildHelper.ExtResult>
Extended result description of a build.
- Author:
- kutzi
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
FIXED
public static final BuildHelper.ExtResult FIXED
SUCCESS
public static final BuildHelper.ExtResult SUCCESS
STILL_UNSTABLE
public static final BuildHelper.ExtResult STILL_UNSTABLE
UNSTABLE
public static final BuildHelper.ExtResult UNSTABLE
STILL_FAILING
public static final BuildHelper.ExtResult STILL_FAILING
FAILURE
public static final BuildHelper.ExtResult FAILURE
ABORTED
public static final BuildHelper.ExtResult ABORTED
NOT_BUILT
public static final BuildHelper.ExtResult NOT_BUILT
values
public static BuildHelper.ExtResult[] 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 (BuildHelper.ExtResult c : BuildHelper.ExtResult.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BuildHelper.ExtResult 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
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<BuildHelper.ExtResult>
Copyright © 2010. All Rights Reserved.