Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
public static final Metrics TOKEN_CHECK
public static final Metrics RUNS_UNKNOWN
public static final Metrics RUNS_SUCCESS
public static final Metrics RUNS_UNSTABLE
public static final Metrics RUNS_FAILURE
public static final Metrics RUNS_NOT_BUILT
public static final Metrics RUNS_ABORTED
public static final Metrics JOBS_SCHEDULED
public static final Metrics JOBS_QUEUING
public static final Metrics JOBS_BLOCKED
public static final Metrics JOBS_BUILDABLE
public static final Metrics JOBS_WAITING
public static final Metrics JOBS_EXECUTION_TIME
public static final Metrics JOBS_QUEUING_TIME
public static final Metrics JOBS_BLOCKED_TIME
public static final Metrics JOBS_BUILDABLE_TIME
public static final Metrics JOBS_WAITING_TIME
public static final Metrics JOBS_TOTAL_TIME
Method Details
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
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
public String getDescription ()