|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.topology.Application
com.ibm.team.fvt.tests.clm.topology.ClmApplication
com.ibm.team.fvt.tests.clm.topology.JtsApplication
public class JtsApplication
Concrete class for JTS application.
Current web pages for this application are:
getAdminHomeUrl()
: Return the JTS Admin Home page URL.getCustomSetupStepUrl(int)
: Return the JTS Custom Setup page
URL specified by the given numbergetCustomSetupUrl()
: Return the JTS Custom Setup home page URL.getEditUserUrl()
: Return the JTS Admin Edit User page URL.getExpressSetupStepUrl(int)
: Return the JTS Custom Setup home
page URL.getExpressSetupUrl()
: Return the JTS Express Setup home page URL.getLdapInfo()
: Return the JTS Setup home page URL.getSetupOptionUrl()
: Return the JTS Express Setup home page URL.getSetupUrl()
: Return the JTS Setup home page URL.getUserRegistry()
: Return the user registry to use for the JTS
Custom Setup.Following functionalities are also defined or specialized by this page:
getPageUrl(String)
: Return the modified page URL if necessary.
Field Summary |
---|
Constructor Summary | |
---|---|
JtsApplication(java.lang.String url)
|
Method Summary | |
---|---|
java.lang.String |
getAdminHomeUrl()
Return the JTS Admin Home page URL. |
java.lang.String |
getAllProjectsUrl()
Return the current application's All Projects page URL. |
java.lang.String |
getCustomSetupStepUrl(int step)
Return the JTS Custom Setup page URL specified by the given number. |
java.lang.String |
getCustomSetupUrl()
Return the JTS Custom Setup home page URL. |
java.lang.String |
getEditUserUrl()
Return the JTS Admin Edit User page URL. |
java.lang.String |
getExpressSetupStepUrl(int step)
Return the JTS Express Setup page URL specified by the given number. |
java.lang.String |
getExpressSetupUrl()
Return the JTS Express Setup home page URL. |
LdapInfo |
getLdapInfo()
Return the LDAP info to use for the JTS Custom Setup. |
java.lang.String |
getPageUrl(java.lang.String pageUrl)
|
java.lang.String |
getSetupOptionUrl()
Return the JTS Setup option page URL. |
java.lang.String |
getSetupUrl()
Return the JTS Setup home page URL. |
int |
getUserRegistry()
Return the user registry to use for the JTS Custom Setup. |
java.lang.String |
toString()
|
Methods inherited from class com.ibm.team.fvt.tests.clm.topology.ClmApplication |
---|
getActiveProjectAreasUrl, getDefaultProcessRoles, getLicenseId, getProjectAreaTitle, isCcmApplication, isDmApplication, isQmApplication, isRmApplication |
Methods inherited from class com.ibm.team.fvt.tests.topology.Application |
---|
equals, getContextRoot, getLicense, getLicenses, getLocation, getProductName, getSuffix, getTitle, getTitleSuffix, getType, getTypeSuffix, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JtsApplication(java.lang.String url)
Method Detail |
---|
public java.lang.String getAdminHomeUrl()
Application.getLocation()
+ "/admin"
public java.lang.String getCustomSetupStepUrl(int step)
Application.getLocation()
+ "/customSetup#/steps/" + step
public java.lang.String getCustomSetupUrl()
Application.getLocation()
+ "/customSetup"
public java.lang.String getEditUserUrl()
Application.getLocation()
+ "/admin#action=com.ibm.team.repository.editUser"
public java.lang.String getExpressSetupStepUrl(int step)
Application.getLocation()
+ "/expressSetup#/steps/" + step
public java.lang.String getExpressSetupUrl()
Application.getLocation()
+ "/expressSetup"
public LdapInfo getLdapInfo()
LdapInfo
.public java.lang.String getPageUrl(java.lang.String pageUrl)
Some automatic replacement inside the extracted default URL are done:
getCustomSetupUrl()
" or "getExpressSetupUrl()
" URLs
are reduced to get rid off trailing address after the '&'.
getPageUrl
in class com.ibm.team.fvt.tests.topology.Application
public java.lang.String getSetupOptionUrl()
Application.getLocation()
+ "/setup#/steps/1"
public java.lang.String getSetupUrl()
Application.getLocation()
+ "/setup"
public int getUserRegistry()
int
.
Possible values are
ClmConstants.TOMCAT
ClmConstants.LDAP
ClmConstants.NON_LDAP_EXTERNAL
(not supported yet)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAllProjectsUrl()
ClmApplication
getAllProjectsUrl
in class ClmApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |