public static enum BuildStatistics.Order extends java.lang.Enum<BuildStatistics.Order>
| Enum Constant and Description |
|---|
DURATION_ASC |
DURATION_DESC |
FULL_NAME_ASC |
FULL_NAME_DESC |
NAME_ASC |
NAME_DESC |
NATURAL_ASC |
NATURAL_DESC |
STATUS_IMPORTANCE_ASC |
STATUS_IMPORTANCE_DESC |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<STestRun> |
sortTests(java.util.List<STestRun> initial) |
static BuildStatistics.Order |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildStatistics.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildStatistics.Order NATURAL_ASC
public static final BuildStatistics.Order NATURAL_DESC
public static final BuildStatistics.Order DURATION_ASC
public static final BuildStatistics.Order DURATION_DESC
public static final BuildStatistics.Order STATUS_IMPORTANCE_ASC
public static final BuildStatistics.Order STATUS_IMPORTANCE_DESC
public static final BuildStatistics.Order NAME_ASC
public static final BuildStatistics.Order NAME_DESC
public static final BuildStatistics.Order FULL_NAME_ASC
public static final BuildStatistics.Order FULL_NAME_DESC
public static BuildStatistics.Order[] values()
for (BuildStatistics.Order c : BuildStatistics.Order.values()) System.out.println(c);
public static BuildStatistics.Order valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null