public class HypericServerInstallDescription extends AbstractDescription implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
agentHost |
String |
agentPort |
String |
agentServerHost |
String |
buildCopyDir |
String |
buildVersion |
String |
buildXmlFile |
HostDescription |
hostDescription |
String |
hostDescriptionName |
String |
hostOS |
String |
hqServerDb |
String |
installDir |
String |
mysqlAdminPwd |
String |
mysqlAdminUser |
String |
mysqlDbPwd |
String |
mysqlDbUrl |
String |
mysqlDbUser |
String |
mysqlPort |
String |
name
The logical name for the HypericServerInstall configuration
|
String |
oracleAdminPwd |
String |
oracleAdminUser |
String |
oracleDbPwd |
String |
oracleDbUrl |
String |
oracleDbUser |
String |
oracleSID |
String |
releaseNum |
| Constructor and Description |
|---|
HypericServerInstallDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config) |
String |
getName()
Returns the logical name for the HypericServerInstall description.
|
SortedMap<String,String> |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String name
public String hostDescriptionName
public HostDescription hostDescription
public String buildXmlFile
public String releaseNum
public String buildVersion
public String buildCopyDir
public String installDir
public String hostOS
public String hqServerDb
public String oracleDbUrl
public String oracleSID
public String oracleDbUser
public String oracleDbPwd
public String oracleAdminUser
public String oracleAdminPwd
public String mysqlDbUrl
public String mysqlDbUser
public String mysqlDbPwd
public String mysqlAdminUser
public String mysqlAdminPwd
public String mysqlPort
public String agentHost
public String agentServerHost
public String agentPort
public SortedMap<String,String> toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
public String getName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.