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.Option
getSelectedBranchUpdaterMergeFromValue()
com.atlassian.pageobjects.elements.Option
getSelectedGatekeeperCheckoutValue()
boolean
isEnabled()
boolean
isGatekeeperEnabled()
boolean
isGatekeeperPushEnabled()
boolean
isUpdaterEnabled()
boolean
isUpdaterPushEnabled()
void
selectedBranchUpdaterMergeFromValue(String selectedText)
void
selectedGatekeeperCheckoutValue(String selectedText)
PlanBranchesAutoMergeComponent
setEnabled(boolean enabled)
PlanBranchesAutoMergeComponent
setGatekeeperEnabled(boolean enabled)
PlanBranchesAutoMergeComponent
setGatekeeperPushEnabled(boolean enabled)
PlanBranchesAutoMergeComponent
setUpdaterEnabled(boolean enabled)
PlanBranchesAutoMergeComponent
setUpdaterPushEnabled(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()
-
-