public static enum TcTestBuilder.BuildStepAction extends Enum<TcTestBuilder.BuildStepAction>
Enum Constant and Description |
---|
MAKE_FAILED |
MAKE_UNSTABLE |
NONE |
Modifier and Type | Method and Description |
---|---|
static TcTestBuilder.BuildStepAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcTestBuilder.BuildStepAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcTestBuilder.BuildStepAction NONE
public static final TcTestBuilder.BuildStepAction MAKE_UNSTABLE
public static final TcTestBuilder.BuildStepAction MAKE_FAILED
public static TcTestBuilder.BuildStepAction[] values()
for (TcTestBuilder.BuildStepAction c : TcTestBuilder.BuildStepAction.values()) System.out.println(c);
public static TcTestBuilder.BuildStepAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2004-2015. All Rights Reserved.