Class BranchConfigurationDetailsPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class BranchConfigurationDetailsPage extends AbstractBranchNavigatorPage
  • Constructor Details

    • BranchConfigurationDetailsPage

      public BranchConfigurationDetailsPage()
      Constructor used in .bind
    • BranchConfigurationDetailsPage

      public BranchConfigurationDetailsPage(PlanKey planKey)
      Constructor used in .visit
      Parameters:
      planKey -
  • Method Details

    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • getUrl

      public String getUrl()
    • getPlanKeyFromCurrentUrl

      public void getPlanKeyFromCurrentUrl()
    • getPlanBranchName

      public String getPlanBranchName()
    • withDisplayName

      public BranchConfigurationDetailsPage withDisplayName(@NotNull @NotNull String displayName)
    • withDescription

      public BranchConfigurationDetailsPage withDescription(@NotNull @NotNull String description)
    • withBranchMergingEnabled

      public BranchConfigurationDetailsPage withBranchMergingEnabled(boolean enabled)
    • isBranchMergingEnabled

      public boolean isBranchMergingEnabled()
    • withBranchUpdaterPushEnabled

      public BranchConfigurationDetailsPage withBranchUpdaterPushEnabled(boolean enabled)
    • withBranchEnabled

      public BranchConfigurationDetailsPage withBranchEnabled(boolean enabled)
    • submit

    • isBranchCleanUpEnabled

      public boolean isBranchCleanUpEnabled()
    • getPlanKey

      public PlanKey getPlanKey()
    • isBranchUpdaterEnabled

      public boolean isBranchUpdaterEnabled()
    • isGatekeeperEnabled

      public boolean isGatekeeperEnabled()
    • isBranchUpdaterPushEnabled

      public boolean isBranchUpdaterPushEnabled()
    • isGatekeeperPushEnabled

      public boolean isGatekeeperPushEnabled()
    • getSelectedBranchUpdaterMergeFromValue

      public com.atlassian.pageobjects.elements.Option getSelectedBranchUpdaterMergeFromValue()
    • getSelectedGatekeeperCheckoutBranchValue

      public com.atlassian.pageobjects.elements.Option getSelectedGatekeeperCheckoutBranchValue()