public class BranchConfigurationDetailsPage extends AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
BranchConfigurationDetailsPage()
Constructor used in .bind
|
BranchConfigurationDetailsPage(PlanKey planKey)
Constructor used in .visit
|
Modifier and Type | Method and Description |
---|---|
PlanKey |
getPlanKey() |
void |
getPlanKeyFromCurrentUrl() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
boolean |
isBranchCleanUpEnabled() |
BranchConfigurationDetailsPage |
submit() |
BranchConfigurationDetailsPage |
withBranchEnabled(boolean enabled) |
BranchConfigurationDetailsPage |
withBranchMergingEnabled(boolean enabled) |
BranchConfigurationDetailsPage |
withBranchUpdaterPushEnabled(boolean enabled) |
BranchConfigurationDetailsPage |
withDescription(String description) |
BranchConfigurationDetailsPage |
withDisplayName(String displayName) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
public BranchConfigurationDetailsPage()
public BranchConfigurationDetailsPage(PlanKey planKey)
planKey
- public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public void getPlanKeyFromCurrentUrl()
public BranchConfigurationDetailsPage withDisplayName(@NotNull String displayName)
public BranchConfigurationDetailsPage withDescription(@NotNull String description)
public BranchConfigurationDetailsPage withBranchMergingEnabled(boolean enabled)
public BranchConfigurationDetailsPage withBranchUpdaterPushEnabled(boolean enabled)
public BranchConfigurationDetailsPage withBranchEnabled(boolean enabled)
public BranchConfigurationDetailsPage submit()
public boolean isBranchCleanUpEnabled()
public PlanKey getPlanKey()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.