|
||||||||||
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.rm.RmWebPage
com.ibm.team.fvt.tests.clm.pages.rm.RmWebProjectAreaPage
com.ibm.team.fvt.tests.clm.pages.rm.RmWebListPage
com.ibm.team.fvt.tests.clm.pages.rm.RmWebShowArtifactPage
com.ibm.team.fvt.tests.clm.pages.rm.RmWebShowModulePage
public class RmWebShowModulePage
Manage the module RM web page.
The page address is something like:
https://server:port/rm/web#action=com.ibm.rdm.web.pages.showArtifact&artifactURI==artifactURI
.
Following actions are accessible in this page:
addRequirementsToModule(String...)
: Add the given requirements
to the current module.editModuleRow(String, String)
: Edit artifact row with the given stringdisplayArtifactAsHeading(String)
: Make the artifact with the given ID a headingremoveRequirementFromModule(String)
: Remove the given requirements
to the current module.Following functionalities are also defined or specialized by this page:
Field Summary |
---|
Fields inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebShowArtifactPage |
---|
AFFECTED_BY, IMPLEMENTED_BY, SIDEBAR_SECTION_COMMENTS, SIDEBAR_SECTION_LINKS, SIDEBAR_SECTION_OVERVIEW, SIDEBAR_SECTION_WHERE_USED, TRACKED_BY, VALIDATED_BY |
Fields inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebListPage |
---|
DRILLDOWN_MENU_BUTTON_BY, DRILLDOWN_RESULTS_BY, PAST_WEEK, TODAY, YESTERDAY |
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, ETL_JOB_DATE_FORMAT, JAZZ_TEAM_SERVER_HOME_MENU_ITEM, LIFECYCLE_PROJECT_ADMIN_MENU_ITEM, LOGIN_PASSWORD_LOCATOR, LOGIN_TAGNAME_LOCATOR, LOGIN_USERID_LOCATOR, USER_NOT_AUTHORIZED_MESSAGE_ID, USER_NOT_AUTHORIZED_MESSAGE_LOCATOR |
Constructor Summary | |
---|---|
RmWebShowModulePage(java.lang.String url,
ClmConfig config,
com.ibm.team.fvt.tests.config.User user,
java.lang.String... data)
|
Method Summary | |
---|---|
void |
addRequirementsToModule(java.lang.String[] requirements)
Add the given requirements to the current module. |
void |
addRequirementsToModule(java.lang.String folderPath,
java.lang.String[] requirements)
Add the given requirements to the current module. |
void |
displayArtifactAsHeading(java.lang.String artifactID)
Makes the specified artifact as a heading. |
void |
editModuleRow(java.lang.String artifactID,
java.lang.String content)
Edit artifact row with the given string |
void |
editModuleRowForFirstRow(java.lang.String content)
Edit first artifact row |
boolean |
exists(java.lang.String artifact)
Check whether the given artifact exists or not. |
void |
removeRequirementFromModule(java.lang.String artifactID)
Remove the given artifact from the current module |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebShowArtifactPage |
---|
addComment, addComment, addLinkToArtifact, addLinkToArtifact, canBeModified, clickOnDoneButton, createReview, delete, deleteComment, getArtifactID, getArtifactName, getLinksItemElement, getTags, getTitle, isArtifactLocked, lockArtifact, openHistory, overrideArtifactlock, resolveComment, selectTags, unlockArtifact |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebListPage |
---|
addColumns, checkResourceLinkElements, checkResourceLinkElements, clearAllFilters, clickOnCollection, clickOnModule, clickOnRequirement, disableShowLinksInTreeView, editArtifactColumn, enableShowLinksInTreeView, exists, getArtifactsDisplayedCount, getArtifactsTotalCount, getLinksInTreeView, getResourceID, getSidebarSections, lockArtifact, refreshList, removeColumns, unlockArtifact |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebProjectAreaPage |
---|
getProjectAreaName, getProjectAreaTitle, gotoArtifactsPage, gotoCollectionPage, gotoCollectionsPage, gotoModulePage, gotoModulesPage, gotoRequirementPage, searchForArtifact |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.rm.RmWebPage |
---|
getAdminUIPopupMenu, getAllProjectAreasPage, getHelpPopupMenu, getSidebarSectionItemsCount, getUserPopupMenu |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.ClmWebPage |
---|
checkRichHover, clickHomeMenuItem, getBannerTitle, getCcmApplication, getConfig, getDmApplication, getJtsApplication, getLpaApplication, getMiniDashboard, getQmApplication, getRmApplication, getUser, gotoCcmProjectPage, gotoCcmProjectPage, gotoDmProjectPage, gotoDmProjectPage, gotoJtsAdminHomePage, gotoLpaAllProjectsPage, gotoQmProjectPage, gotoQmProjectPage, gotoRmProjectPage, gotoRmProjectPage, openAdminUIMenu, openHelpMenu, openHomeMenu, openMenu, openMenu, openToolbarMenu, openUserProfileMenu, save, waitForResourceLinkElement, waitWhileBusy |
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage |
---|
checkHoverTitle, checkRichHover, equals, get, getBrowser, getCurrentPage, getLocation, getPage, getPage, getPageUsingBrowser, goBack, hashCode, login, login, openPage, openPage, openPageUsingBrowser, openPageUsingHoverTitle, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, refresh, richHoverOverLink, searchPageInHistory, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RmWebShowModulePage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user, java.lang.String... data)
Method Detail |
---|
public void addRequirementsToModule(java.lang.String[] requirements)
Do nothing for requirements which were already in the module.
requirements
- The list of requirement names to addpublic void addRequirementsToModule(java.lang.String folderPath, java.lang.String[] requirements)
Do nothing for requirements which were already in the module.
requirements
- The list of requirement names to addfolderPath
- The folderPath where the requirements are locatedpublic void displayArtifactAsHeading(java.lang.String artifactID)
artifactID
- The ID of artifact to make headingpublic void editModuleRow(java.lang.String artifactID, java.lang.String content)
artifactID
- The ID of artifact to editcontent
- The new content for the artifactpublic void editModuleRowForFirstRow(java.lang.String content)
content
- The new content for the artifactpublic boolean exists(java.lang.String artifact)
RmWebListPage
exists
in class RmWebListPage
artifact
- The artifact name
true
if the artifact is in the artifacts list, false
otherwise.public void removeRequirementFromModule(java.lang.String artifactID)
artifactID
- - ID of the artifact to be removed from the module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |