public enum TestPlanPhase extends Enum<TestPlanPhase>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TestPlanPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestPlanPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestPlanPhase PREPARATION_STARTED
public static final TestPlanPhase PREPARATION_SUCCEEDED
public static final TestPlanPhase PREPARATION_ERROR
public static final TestPlanPhase INFRA_PHASE_STARTED
public static final TestPlanPhase INFRA_PHASE_SUCCEEDED
public static final TestPlanPhase INFRA_PHASE_ERROR
public static final TestPlanPhase DEPLOY_PHASE_STARTED
public static final TestPlanPhase DEPLOY_PHASE_SUCCEEDED
public static final TestPlanPhase DEPLOY_PHASE_ERROR
public static final TestPlanPhase TEST_PHASE_STARTED
public static final TestPlanPhase TEST_PHASE_SUCCEEDED
public static final TestPlanPhase TEST_PHASE_ERROR
public static final TestPlanPhase TEST_PHASE_INCOMPLETE
public static TestPlanPhase[] values()
for (TestPlanPhase c : TestPlanPhase.values()) System.out.println(c);
public static TestPlanPhase 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 nullpublic String toString()
toString in class Enum<TestPlanPhase>Copyright © 2019 WSO2. All rights reserved.