Class PlanBranchesAutoMergeComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesAutoMergeComponent
-
public class PlanBranchesAutoMergeComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanBranchesAutoMergeComponent(BranchesConfigurationPage branchesConfigurationPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.OptiongetSelectedBranchUpdaterMergeFromValue()com.atlassian.pageobjects.elements.OptiongetSelectedGatekeeperCheckoutValue()booleanisEnabled()booleanisGatekeeperEnabled()booleanisGatekeeperPushEnabled()booleanisUpdaterEnabled()booleanisUpdaterPushEnabled()voidselectedBranchUpdaterMergeFromValue(String selectedText)voidselectedGatekeeperCheckoutValue(String selectedText)PlanBranchesAutoMergeComponentsetEnabled(boolean enabled)PlanBranchesAutoMergeComponentsetGatekeeperEnabled(boolean enabled)PlanBranchesAutoMergeComponentsetGatekeeperPushEnabled(boolean enabled)PlanBranchesAutoMergeComponentsetUpdaterEnabled(boolean enabled)PlanBranchesAutoMergeComponentsetUpdaterPushEnabled(boolean enabled)
-
-
-
Constructor Detail
-
PlanBranchesAutoMergeComponent
public PlanBranchesAutoMergeComponent(BranchesConfigurationPage branchesConfigurationPage)
-
-
Method Detail
-
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()
-
-