public class BranchConfigurationDetailsPage extends AbstractBranchNavigatorPage
pageBinder, planBranchLozenge, planBranchNavigator
driver, elementFinder, poller, testedProduct
Constructor and Description |
---|
BranchConfigurationDetailsPage()
Constructor used in .bind
|
BranchConfigurationDetailsPage(PlanKey planKey)
Constructor used in .visit
|
Modifier and Type | Method and Description |
---|---|
String |
getPlanBranchName() |
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(@NotNull String description) |
BranchConfigurationDetailsPage |
withDisplayName(@NotNull String displayName) |
changePlanBranchToLightBranch, getPlanBranchLozenge, waitForAvailableBranches
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
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 String getPlanBranchName()
public BranchConfigurationDetailsPage withDisplayName(@NotNull @NotNull String displayName)
public BranchConfigurationDetailsPage withDescription(@NotNull @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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.