|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPage
com.ibm.team.fvt.tests.clm.pages.ClmWebPage
com.ibm.team.fvt.tests.clm.pages.clm.ClmAdminWebPage
com.ibm.team.fvt.tests.clm.pages.clm.ClmAdminProjectAreasPage
com.ibm.team.fvt.tests.clm.pages.clm.ClmAdminActiveProjectAreasPage
public class ClmAdminActiveProjectAreasPage
Class to manage active project areas.
Following features are accessible in this page:
archiveProjectArea(String)
: Archive the given project area.createProject(String, String, String)
: Creates a project by clicking
on 'Create Project Area' link..Following methods are also defined or specialized by this page:
Field Summary |
---|
Fields inherited from class com.ibm.team.fvt.tests.web.WebPage |
---|
NO_DATA |
Fields inherited from interface com.ibm.team.fvt.tests.clm.pages.ClmWebPageConstants |
---|
ADMINISTRATION_HOME_MENU_GROUP, JAZZ_TEAM_SERVER_HOME_MENU_ITEM, LIFECYCLE_PROJECT_ADMIN_MENU_ITEM, USER_NOT_AUTHORIZED_MESSAGE_ID, USER_NOT_AUTHORIZED_MESSAGE_LOCATOR |
Constructor Summary | |
---|---|
ClmAdminActiveProjectAreasPage(java.lang.String url,
ClmConfig config,
com.ibm.team.fvt.tests.config.User user)
|
Method Summary | |
---|---|
void |
archiveProjectArea(java.lang.String projectAreaName)
Archive the given project area. |
ClmAdminProjectAreaPage |
createProject(java.lang.String projectAreaName,
java.lang.String description,
java.lang.String templateName)
Creates a project by clicking on 'Create Project Area' link. |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.clm.ClmAdminProjectAreasPage |
---|
exists, gotoProjectAreaPage |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.clm.ClmAdminWebPage |
---|
clickReports, gotoProjectAreasPage |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.ClmWebPage |
---|
checkRichHover, clickHomeMenuItem, getBannerTitle, getCcmApplication, getConfig, getDmApplication, getJtsApplication, getLpaApplication, getMiniDashboard, getQmApplication, getRmApplication, getTitle, getUser, gotoCcmProjectPage, gotoCcmProjectPage, gotoDmProjectPage, gotoDmProjectPage, gotoJtsAdminHomePage, gotoLpaAllProjectsPage, gotoQmProjectPage, gotoQmProjectPage, gotoRmProjectPage, gotoRmProjectPage, logout, openAdminUIMenu, openHelpMenu, openHomeMenu, openMenu, openMenu, openToolbarMenu, openUserProfileMenu, refresh, save, waitWhileBusy |
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage |
---|
changeUser, checkHoverTitle, checkRichHover, get, getBrowser, getLocation, getPage, getPage, getPageUsingBrowser, goBack, openPage, openPage, openPageUsingBrowser, openPageUsingHoverTitle, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, richHoverOverLink, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClmAdminActiveProjectAreasPage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user)
Method Detail |
---|
public void archiveProjectArea(java.lang.String projectAreaName)
projectAreaName
- The project area to be archivedpublic ClmAdminProjectAreaPage createProject(java.lang.String projectAreaName, java.lang.String description, java.lang.String templateName)
projectAreaName
- The name of the projectdescription
- The description of the projecttemplateName
- The template used for the project
ClmAdminProjectAreaPage
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |