|
||||||||||
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.LpaApplication
public class LpaApplication
Concrete class for LPA application.
Current web pages for this application are:
getAllProjectsUrl()
: Return the web projects page URL.Following functionalities are also defined or specialized by this page:
getPageUrl(String)
: Return the modified page URL if necessary.
Field Summary |
---|
Constructor Summary | |
---|---|
LpaApplication(java.lang.String url)
|
Method Summary | |
---|---|
java.lang.String |
getAllProjectsUrl()
Return the web projects page URL. |
java.lang.String |
getPageUrl(java.lang.String pageUrl)
|
java.lang.String |
getTitle()
|
boolean |
isLpaApplication()
Return whether the current application is a LPA application or not. |
Methods inherited from class com.ibm.team.fvt.tests.clm.topology.ClmApplication |
---|
getActiveProjectAreasUrl, getDefaultProcessRoles, getLicenseId, getProjectAreaTitle, isCcmApplication, isDmApplication, isJtsApplication, isQmApplication, isRmApplication, isVvcApplication |
Methods inherited from class com.ibm.team.fvt.tests.topology.Application |
---|
equals, getContextRoot, getLicense, getLicenses, getLocation, getName, getProductName, getSuffix, getTitleSuffix, getType, getTypeSuffix, getUser, hashCode, login, needLogin, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LpaApplication(java.lang.String url)
Method Detail |
---|
public java.lang.String getAllProjectsUrl()
getAllProjectsUrl
in class ClmApplication
Application.getLocation()
+ "/web/projects"
public java.lang.String getPageUrl(java.lang.String pageUrl)
Perform some automatic replacement inside the extracted default URL:
Application.getLocation()
" or "Application.getLocation()
/web" URLs are replaced
with "getAllProjectsUrl()
" one
getPageUrl
in class com.ibm.team.fvt.tests.topology.Application
public java.lang.String getTitle()
getTitle
in class com.ibm.team.fvt.tests.topology.Application
"Lifecycle Project Administration"
public boolean isLpaApplication()
ClmApplication
isLpaApplication
in class ClmApplication
true
if current application is a LpaApplication
,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |