|
||||||||||
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.VvcApplication
public class VvcApplication
Concrete class for Version Variant Control application.
Current web pages for this application are:
getAllProjectsUrl()
: Return the Configuration Explorer VVC Configuration Explorer page URL.Following functionalities are also defined or specialized by this page:
getProductName()
: Return the name of this Application.getTitle()
: Return the application title.
Field Summary |
---|
Constructor Summary | |
---|---|
VvcApplication(java.lang.String url)
|
Method Summary | |
---|---|
java.lang.String |
getAllProjectsUrl()
Equivalent of All Projects Url for other applications. |
java.lang.String |
getProductName()
Returns the name of the application |
java.lang.String |
getTitle()
|
boolean |
isVvcApplication()
Return whether the current application is a VVC application or not. |
Methods inherited from class com.ibm.team.fvt.tests.clm.topology.ClmApplication |
---|
getActiveProjectAreasUrl, getDefaultProcessRoles, getLicenseId, getProjectAreaTitle, isCcmApplication, isDmApplication, isJtsApplication, isLpaApplication, isQmApplication, isRmApplication |
Methods inherited from class com.ibm.team.fvt.tests.topology.Application |
---|
equals, getContextRoot, getLicense, getLicenses, getLocation, getName, getPageUrl, 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 VvcApplication(java.lang.String url)
Method Detail |
---|
public java.lang.String getAllProjectsUrl()
getAllProjectsUrl
in class ClmApplication
public java.lang.String getProductName()
getProductName
in class com.ibm.team.fvt.tests.topology.Application
public java.lang.String getTitle()
getTitle
in class com.ibm.team.fvt.tests.topology.Application
"Configuration Application"
public boolean isVvcApplication()
ClmApplication
isVvcApplication
in class ClmApplication
true
if current application is a VvcApplication
,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |