Class AbstractBranchNavigatorPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.plan.configuration.AbstractBranchNavigatorPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
BranchConfigurationDetailsPage
,DependenciesConfigurationPage
,StageConfigurationPage
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.PageElement
protected Select2Element
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, poller, testedProduct
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchangePlanBranchToLightBranch
(String planBranch, PlanKey planBranchKey) 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
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
planBranchLozenge
protected com.atlassian.pageobjects.elements.PageElement planBranchLozenge
-
-
Constructor Details
-
AbstractBranchNavigatorPage
public AbstractBranchNavigatorPage()
-
-
Method Details
-
waitForAvailableBranches
public void waitForAvailableBranches() -
changePlanBranchToLightBranch
public BranchConfigurationDetailsPage changePlanBranchToLightBranch(String planBranch, PlanKey planBranchKey) -
getPlanBranchLozenge
-