Class CreateBranchDialog
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.CreateBranchDialog
-
public class CreateBranchDialog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.PageBinder
pageBinder
-
Constructor Summary
Constructors Constructor Description CreateBranchDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<String>
getAvailableBranches()
CreateBranchDialog
manuallyEnterBranchVcsName(@NotNull String branchName, @NotNull String branchVcsName)
CreateBranchDialog
selectBranchToCreate(@NotNull String branchVcsName)
BranchConfigurationDetailsPage
submit()
CreateBranchDialog
withCreateAsEnabled(boolean enabled)
-
-
-
Method Detail
-
selectBranchToCreate
public CreateBranchDialog selectBranchToCreate(@NotNull @NotNull String branchVcsName)
-
manuallyEnterBranchVcsName
public CreateBranchDialog manuallyEnterBranchVcsName(@NotNull @NotNull String branchName, @NotNull @NotNull String branchVcsName)
-
withCreateAsEnabled
public CreateBranchDialog withCreateAsEnabled(boolean enabled)
-
submit
public BranchConfigurationDetailsPage submit()
-
-