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
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.PageBinderprotected com.atlassian.pageobjects.elements.PageElementprotected Select2ElementFields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, poller, testedProduct -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangePlanBranchToLightBranch(String planBranch, PlanKey planBranchKey) voidMethods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, indicator, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-