|
||||||||||
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.RmWebManageProjectPropertiesPage
public class RmWebManageProjectPropertiesPage
Field Summary | |
---|---|
static java.lang.String |
ARTIFACT_ATTRIBUTES_TAB
|
static java.lang.String |
ARTIFACT_TYPES_TAB
|
static java.lang.String |
ATTRIBUTE_DATA_TYPES_TAB
|
static java.lang.String |
LINK_TYPES_TAB
|
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 | |
---|---|
RmWebManageProjectPropertiesPage(java.lang.String url,
ClmConfig config,
com.ibm.team.fvt.tests.config.User user,
java.lang.String... data)
|
Method Summary | |
---|---|
java.util.List<? extends org.openqa.selenium.WebElement> |
getAllArtifactAttributes()
Returns a list of all the Artifact Attributes in this Rm Properties Page, as WebElements. |
java.util.List<? extends org.openqa.selenium.WebElement> |
getAllArtifactTypes()
Returns a list of all the Artifact Types in this Rm Properties Page, as WebElements. |
java.util.List<? extends org.openqa.selenium.WebElement> |
getAllAttributeDataTypes()
Returns a list of all the Attribute Data Types in this Rm Properties Page, as WebElements. |
java.util.List<? extends org.openqa.selenium.WebElement> |
getAllLinkTypes()
Returns a list of all the Link Types in this Rm Properties Page, as WebElements. |
com.ibm.team.fvt.tests.web.WebBrowserElement |
selectTab(java.lang.String tabName)
Select the given tab in the current page. |
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, 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 |
Field Detail |
---|
public static final java.lang.String ARTIFACT_TYPES_TAB
public static final java.lang.String ARTIFACT_ATTRIBUTES_TAB
public static final java.lang.String ATTRIBUTE_DATA_TYPES_TAB
public static final java.lang.String LINK_TYPES_TAB
Constructor Detail |
---|
public RmWebManageProjectPropertiesPage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user, java.lang.String... data)
Method Detail |
---|
public java.util.List<? extends org.openqa.selenium.WebElement> getAllArtifactTypes()
public java.util.List<? extends org.openqa.selenium.WebElement> getAllArtifactAttributes()
public java.util.List<? extends org.openqa.selenium.WebElement> getAllLinkTypes()
public java.util.List<? extends org.openqa.selenium.WebElement> getAllAttributeDataTypes()
public com.ibm.team.fvt.tests.web.WebBrowserElement selectTab(java.lang.String tabName)
tabName
- The tab to select
WebBrowserElement
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |