com.atlassian.bamboo.pageobjects.pages.plan.configuration
Class CreateBranchDialog
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.CreateBranchDialog
public class CreateBranchDialog
- extends Object
Field Summary |
protected com.atlassian.webdriver.AtlassianWebDriver |
driver
|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
@Inject
protected com.atlassian.webdriver.AtlassianWebDriver driver
pageBinder
@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder
CreateBranchDialog
public CreateBranchDialog()
getAvailableBranches
@NotNull
public List<String> getAvailableBranches()
selectBranchToCreate
public CreateBranchDialog selectBranchToCreate(@NotNull
String branchVcsName)
manuallyEnterBranchVcsName
public CreateBranchDialog manuallyEnterBranchVcsName(@NotNull
String branchName,
@NotNull
String branchVcsName)
withCreateAsEnabled
public CreateBranchDialog withCreateAsEnabled(boolean enabled)
submit
public BranchConfigurationDetailsPage submit()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.