Class BranchesConfigurationPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.BranchesConfigurationPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class BranchesConfigurationPage extends AbstractBambooPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description BranchesConfigurationPage(PlanKey planKey)
BranchesConfigurationPage(TestBuildDetails plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanBranchesMonitoringComponent
automaticallyManagePlanBranches()
void
bindComponents()
BranchConfigurationDetailsPage
createBranch(@NotNull String branchVcsName)
BranchConfigurationDetailsPage
createBranchManually(@NotNull String branchName, @NotNull String branchVcsName)
PlanBranchesAutoMergeComponent
getAutoMergeComponent()
List<String>
getAvailableBranches()
String
getUrl()
void
hideSplash()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.BranchesConfigurationPage
submit()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Constructor Detail
-
BranchesConfigurationPage
public BranchesConfigurationPage(PlanKey planKey)
-
BranchesConfigurationPage
public BranchesConfigurationPage(TestBuildDetails plan)
-
-
Method Detail
-
getUrl
public String getUrl()
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
hideSplash
public void hideSplash()
-
bindComponents
public void bindComponents()
-
submit
public BranchesConfigurationPage submit()
-
createBranch
public BranchConfigurationDetailsPage createBranch(@NotNull @NotNull String branchVcsName)
-
createBranchManually
public BranchConfigurationDetailsPage createBranchManually(@NotNull @NotNull String branchName, @NotNull @NotNull String branchVcsName)
-
automaticallyManagePlanBranches
public PlanBranchesMonitoringComponent automaticallyManagePlanBranches()
-
getAutoMergeComponent
public PlanBranchesAutoMergeComponent getAutoMergeComponent()
-
-