public class BranchesConfigurationPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
BranchesConfigurationPage(PlanKey planKey) |
BranchesConfigurationPage(TestBuildDetails plan) |
Modifier and Type | Method and Description |
---|---|
PlanBranchesMonitoringComponent |
automaticallyManagePlanBranches() |
void |
bindComponents() |
BranchConfigurationDetailsPage |
createBranch(String branchVcsName) |
BranchConfigurationDetailsPage |
createBranchManually(String branchName,
String branchVcsName) |
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() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public BranchesConfigurationPage(PlanKey planKey)
public BranchesConfigurationPage(TestBuildDetails plan)
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public void hideSplash()
public void bindComponents()
public BranchesConfigurationPage submit()
public BranchConfigurationDetailsPage createBranch(@NotNull String branchVcsName)
public BranchConfigurationDetailsPage createBranchManually(@NotNull String branchName, @NotNull String branchVcsName)
public PlanBranchesMonitoringComponent automaticallyManagePlanBranches()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.