public enum ModelTestControllerVersion extends Enum<ModelTestControllerVersion>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelTestControllerVersion.CurrentVersion |
| Enum Constant and Description |
|---|
EAP_6_2_0 |
EAP_6_3_0 |
EAP_6_4_0 |
EAP_6_4_7 |
EAP_7_0_0 |
MASTER |
WILDFLY_8_0_0_FINAL
Deprecated.
|
WILDFLY_8_1_0_FINAL
Deprecated.
|
WILDFLY_8_2_0_FINAL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoreMavenGroupId() |
String |
getCoreVersion() |
String |
getHostControllerMavenArtifactId() |
String |
getMavenGavVersion() |
String |
getMavenGroupId() |
String |
getServerMavenArtifactId() |
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
@Deprecated public static final ModelTestControllerVersion WILDFLY_8_0_0_FINAL
@Deprecated public static final ModelTestControllerVersion WILDFLY_8_1_0_FINAL
@Deprecated public static final ModelTestControllerVersion WILDFLY_8_2_0_FINAL
public static final ModelTestControllerVersion EAP_6_2_0
public static final ModelTestControllerVersion EAP_6_3_0
public static final ModelTestControllerVersion EAP_6_4_0
public static final ModelTestControllerVersion EAP_6_4_7
public static final ModelTestControllerVersion EAP_7_0_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()
public String getCoreVersion()
public String getMavenGroupId()
public String getCoreMavenGroupId()
public String getServerMavenArtifactId()
public String getHostControllerMavenArtifactId()
Copyright © 2017 JBoss by Red Hat. All rights reserved.