public enum ModelTestControllerVersion extends Enum<ModelTestControllerVersion>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelTestControllerVersion.CurrentVersion |
| Enum Constant and Description |
|---|
EAP_6_0_0 |
EAP_6_0_1 |
EAP_6_1_0 |
EAP_6_1_1 |
EAP_6_2_0 |
EAP_6_3_0 |
MASTER |
V7_1_2_FINAL |
V7_1_3_FINAL |
V7_2_0_FINAL |
WILDFLY_8_0_0_FINAL |
WILDFLY_8_1_0_FINAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getMavenGavVersion() |
String |
getTestControllerVersion() |
boolean |
hasValidLegacyController() |
boolean |
isEap() |
static ModelTestControllerVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelTestControllerVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelTestControllerVersion MASTER
public static final ModelTestControllerVersion V7_1_2_FINAL
public static final ModelTestControllerVersion V7_1_3_FINAL
public static final ModelTestControllerVersion V7_2_0_FINAL
public static final ModelTestControllerVersion WILDFLY_8_0_0_FINAL
public static final ModelTestControllerVersion WILDFLY_8_1_0_FINAL
public static final ModelTestControllerVersion EAP_6_0_0
public static final ModelTestControllerVersion EAP_6_0_1
public static final ModelTestControllerVersion EAP_6_1_0
public static final ModelTestControllerVersion EAP_6_1_1
public static final ModelTestControllerVersion EAP_6_2_0
public static final ModelTestControllerVersion EAP_6_3_0
public static ModelTestControllerVersion[] values()
for (ModelTestControllerVersion c : ModelTestControllerVersion.values()) System.out.println(c);
public static ModelTestControllerVersion 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 getMavenGavVersion()
public String getTestControllerVersion()
public boolean isEap()
public boolean hasValidLegacyController()
Copyright © 2014 JBoss by Red Hat. All rights reserved.