|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.config.Config
com.ibm.team.fvt.tests.clm.config.ClmConfig
public class ClmConfig
Manage the configuration for CLM scenarios.
To run a CLM scenario, following additional parameters need to be defined:
Field Summary |
---|
Fields inherited from interface com.ibm.team.fvt.tests.clm.config.ClmConstants |
---|
CLM_301x_VERSION, CLM_400x_VERSION, CLM_402x_VERSION, CLM_403_VERSION, CLM_ADMIN_USER_ID, CLM_ADMIN_USERID, CLM_VERSION_ID, DEFAULT_ADMIN_USER_ID, DEFAULT_ADMIN_USERID, DW_ETL_USER_ID, DW_USER_ID, DW_USERID, EXPRESS_SETUP_ID, FAILURE_SCREENSHOTS_DIRECTORY_ID, LDAP, NON_LDAP_EXTERNAL, PASSING_SCREENSHOTS_DIRECTORY_ID, SELENIUM_SCREENSHOT_DIR_ID, SELENIUM_SCREENSHOT_NONFAILURE_DIR_ID, TOMCAT |
Constructor Summary | |
---|---|
ClmConfig()
|
Method Summary | |
---|---|
ClmUser |
getClmAdmin()
Return the Jazz administrator used while running the scenario. |
ClmUser |
getDefaultAdmin()
Return the default Jazz administrator used while running the scenario. |
ClmUser |
getDwUser()
Return the DW user used while running the scenario. |
int |
getEtlJobsTimeout()
Return the timeout used to wait for ETL Jobs status. This time is expressed in seconds. |
int |
getMtmSampleCreationTimeout()
Return the timeout used to wait for the MTM sample to be created. This time is expressed in seconds. |
int |
getProjectCreationTimeout()
Return the timeout used to wait for a lifecycle project to be created. This time is expressed in seconds. |
ClmTimeouts |
getTimeouts()
|
ClmTopology |
getTopology()
|
double |
getVersion()
Return the tested CLM version. |
boolean |
includesDM()
Returns whether the scenario is configured to used DM application or not. |
Methods inherited from class com.ibm.team.fvt.tests.config.Config |
---|
closeDialogTimeout, getBrowser, getOpenPageTimeout, getShortTimeout, getTimeout |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClmConfig()
Method Detail |
---|
public ClmUser getClmAdmin()
ClmUser
.public ClmUser getDefaultAdmin()
ClmUser
.public ClmUser getDwUser()
ClmUser
.public int getEtlJobsTimeout()
int
.public int getMtmSampleCreationTimeout()
int
.public int getProjectCreationTimeout()
int
.public ClmTimeouts getTimeouts()
getTimeouts
in class com.ibm.team.fvt.tests.config.Config
ClmTimeouts
public ClmTopology getTopology()
getTopology
in class com.ibm.team.fvt.tests.config.Config
ClmTopology
public double getVersion()
public boolean includesDM()
true
if DM is expected in scenario configuration,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |