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.PageElementautocompleteprotected com.atlassian.pageobjects.elements.PageElementreleasesComboSpan-
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()StringglobalLinkId()ID of the link in the main navigation menu.voidrollOutReleasesCombo()-
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:GlobalPageID of the link in the main navigation menu.- Specified by:
globalLinkIdin interfaceGlobalPage- Returns:
- global link ID
-
-