Class PlanBranchesAutoMergeComponent

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesAutoMergeComponent

public class PlanBranchesAutoMergeComponent extends Object
  • Constructor Details

    • PlanBranchesAutoMergeComponent

      public PlanBranchesAutoMergeComponent(BranchesConfigurationPage branchesConfigurationPage)
  • Method Details

    • setEnabled

      public PlanBranchesAutoMergeComponent setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()
    • setUpdaterEnabled

      public PlanBranchesAutoMergeComponent setUpdaterEnabled(boolean enabled)
    • isUpdaterEnabled

      public boolean isUpdaterEnabled()
    • setUpdaterPushEnabled

      public PlanBranchesAutoMergeComponent setUpdaterPushEnabled(boolean enabled)
    • isUpdaterPushEnabled

      public boolean isUpdaterPushEnabled()
    • selectedBranchUpdaterMergeFromValue

      public void selectedBranchUpdaterMergeFromValue(String selectedText)
    • getSelectedBranchUpdaterMergeFromValue

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

      public PlanBranchesAutoMergeComponent setGatekeeperEnabled(boolean enabled)
    • isGatekeeperEnabled

      public boolean isGatekeeperEnabled()
    • setGatekeeperPushEnabled

      public PlanBranchesAutoMergeComponent setGatekeeperPushEnabled(boolean enabled)
    • isGatekeeperPushEnabled

      public boolean isGatekeeperPushEnabled()
    • selectedGatekeeperCheckoutValue

      public void selectedGatekeeperCheckoutValue(String selectedText)
    • getSelectedGatekeeperCheckoutValue

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