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
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionID of the link in the main navigation menu.void
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
-
Field Details
-
releasesComboSpan
protected com.atlassian.pageobjects.elements.PageElement releasesComboSpan -
autocomplete
protected com.atlassian.pageobjects.elements.PageElement autocomplete
-
-
Constructor Details
-
AbstractDeploymentVersionPage
public AbstractDeploymentVersionPage()
-
-
Method Details
-
rollOutReleasesCombo
public void rollOutReleasesCombo() -
allBranches
-
globalLinkId
Description copied from interface:GlobalPage
ID of the link in the main navigation menu.- Specified by:
globalLinkId
in interfaceGlobalPage
- Returns:
- global link ID
-