Class ViewAllDeploymentProjectsPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.deployment.ViewAllDeploymentProjectsPage
- All Implemented Interfaces:
GlobalPage,com.atlassian.pageobjects.Page
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classComponent for the infinite scroll table used on this page.static classRow from the infinite scroll table used on this page. -
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks for presence ofAbstractBambooPage.indicator()by default.Get all rows of the deployments dashboard table.getEnvironmentRow(String deploymentName, String environmentName) Returns a table row of an environment belonging to a specific deployment project.getUrl()ID of the link in the main navigation menu.com.atlassian.pageobjects.elements.PageElementThis must return an element whose presence indicates that we're on given page.voidMethods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Constructor Details
-
ViewAllDeploymentProjectsPage
public ViewAllDeploymentProjectsPage()
-
-
Method Details
-
ensureIndicatorPresent
public void ensureIndicatorPresent()Description copied from class:AbstractBambooPageChecks for presence of
AbstractBambooPage.indicator()by default.If different wait functionality is required, just override this method.
- Overrides:
ensureIndicatorPresentin classAbstractBambooPage
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()Description copied from class:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Specified by:
indicatorin classAbstractBambooPage- Returns:
- element uniquely identifying given page
-
globalLinkId
Description copied from interface:GlobalPageID of the link in the main navigation menu.- Specified by:
globalLinkIdin interfaceGlobalPage- Returns:
- global link ID
-
getUrl
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
createDeploymentProject
-
setFilter
-
getAllDashboardEntries
Get all rows of the deployments dashboard table. -
getEnvironmentRow
public ViewAllDeploymentProjectsPage.TableRow getEnvironmentRow(String deploymentName, String environmentName) Returns a table row of an environment belonging to a specific deployment project.
-