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
Modifier and TypeClassDescriptionstatic class
Component for the infinite scroll table used on this page.static class
Row 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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.PageElement
This must return an element whose presence indicates that we're on given page.void
Methods 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:AbstractBambooPage
Checks for presence of
AbstractBambooPage.indicator()
by default.If different wait functionality is required, just override this method.
- Overrides:
ensureIndicatorPresent
in classAbstractBambooPage
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
globalLinkId
Description copied from interface:GlobalPage
ID of the link in the main navigation menu.- Specified by:
globalLinkId
in interfaceGlobalPage
- Returns:
- global link ID
-
getUrl
- Specified by:
getUrl
in 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.
-