Class AbstractDeploymentVersionPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.deployment.AbstractDeploymentVersionPage
-
- All Implemented Interfaces:
GlobalPage
,com.atlassian.pageobjects.Page
- Direct Known Subclasses:
DeploymentVersionCommitsPage
,DeploymentVersionJiraIssuesPage
public abstract class AbstractDeploymentVersionPage extends AbstractBambooPage implements GlobalPage
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElement
autocomplete
protected com.atlassian.pageobjects.elements.PageElement
releasesComboSpan
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description AbstractDeploymentVersionPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<String>
allBranches()
String
globalLinkId()
ID of the link in the main navigation menu.void
rollOutReleasesCombo()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, indicator, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Method Detail
-
rollOutReleasesCombo
public void rollOutReleasesCombo()
-
globalLinkId
public String globalLinkId()
Description copied from interface:GlobalPage
ID of the link in the main navigation menu.- Specified by:
globalLinkId
in interfaceGlobalPage
- Returns:
- global link ID
-
-