|
||||||||||
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
public abstract class ClmApplication
Abstract class for CLM application.
A CLM application split the url prefix to extract a base URL and a context root.
It also defines:
getDefaultProcessRoles()
: Return the default process roles use
for the application project area.getProjectAreaTitle(String)
: Return the project area title for
the given project.
Field Summary |
---|
Method Summary | |
---|---|
java.lang.String |
getActiveProjectAreasUrl()
Return the current application's Active Project Areas page URL. |
abstract java.lang.String |
getAllProjectsUrl()
Return the current application's All Projects page URL. |
java.lang.String[] |
getDefaultProcessRoles()
Return the default process roles use for the project area. |
java.lang.String |
getLicenseId(java.lang.String licenseName)
Return the license ID for the given license name |
java.lang.String |
getProjectAreaTitle(java.lang.String project)
Deprecated. The project area title should not be computed using the application title suffix as it can be changed by user! |
boolean |
isCcmApplication()
Return whether the current application is a CCM application or not. |
boolean |
isDmApplication()
Return whether the current application is a DM application or not. |
boolean |
isQmApplication()
Return whether the current application is a QM application or not. |
boolean |
isRmApplication()
Return whether the current application is a RM application or not. |
Methods inherited from class com.ibm.team.fvt.tests.topology.Application |
---|
equals, getContextRoot, getLicense, getLicenses, getLocation, getPageUrl, getProductName, getSuffix, getTitle, getTitleSuffix, getType, getTypeSuffix, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String[] getDefaultProcessRoles()
Default is to have no default process roles.
public java.lang.String getLicenseId(java.lang.String licenseName)
licenseName
- The license name
String
.@Deprecated public java.lang.String getProjectAreaTitle(java.lang.String project)
project
- The name of the lifecycle project
String
public boolean isCcmApplication()
true
if current application is a CcmApplication
,
false
otherwise.public boolean isDmApplication()
true
if current application is a DmApplication
,
false
otherwise.public boolean isQmApplication()
true
if current application is a QmApplication
,
false
otherwise.public boolean isRmApplication()
true
if current application is a RmApplication
,
false
otherwise.public abstract java.lang.String getAllProjectsUrl()
public java.lang.String getActiveProjectAreasUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |