public enum ModelTestControllerVersion extends Enum<ModelTestControllerVersion>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelTestControllerVersion.CurrentVersion |
| Enum Constant and Description |
|---|
EAP_6_2_0
Deprecated.
|
EAP_6_3_0
Deprecated.
|
EAP_6_4_0 |
EAP_6_4_7 |
EAP_7_0_0 |
EAP_7_1_0 |
EAP_7_2_0_TEMP |
MASTER |
WF_11_0_0_CR1
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactIdPrefix() |
String |
getCoreMavenGroupId() |
String |
getCoreVersion() |
String |
getHostControllerMavenArtifactId() |
String |
getMavenGav(String artifactIdPart,
boolean coreArtifact) |
String |
getMavenGavVersion() |
String |
getMavenGroupId() |
String |
getRealVersionName() |
String |
getServerMavenArtifactId() |
ModelVersion |
getSubsystemModelVersion(String subsystemName) |
Map<String,ModelVersion> |
getSubsystemModelVersions() |
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.
|
@Deprecated public static final ModelTestControllerVersion WF_11_0_0_CR1
public static final ModelTestControllerVersion MASTER
@Deprecated public static final ModelTestControllerVersion EAP_6_2_0
@Deprecated 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 final ModelTestControllerVersion EAP_7_1_0
public static final ModelTestControllerVersion EAP_7_2_0_TEMP
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()
public String getRealVersionName()
public String getArtifactIdPrefix()
public ModelVersion getSubsystemModelVersion(String subsystemName)
public Map<String,ModelVersion> getSubsystemModelVersions()
Copyright © 2018 JBoss by Red Hat. All rights reserved.