Class PlanBranchesAutoMergeComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesAutoMergeComponent
-
Constructor Summary
ConstructorDescriptionPlanBranchesAutoMergeComponent
(BranchesConfigurationPage branchesConfigurationPage) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.Option
com.atlassian.pageobjects.elements.Option
boolean
boolean
boolean
boolean
boolean
void
selectedBranchUpdaterMergeFromValue
(String selectedText) void
selectedGatekeeperCheckoutValue
(String selectedText) setEnabled
(boolean enabled) setGatekeeperEnabled
(boolean enabled) setGatekeeperPushEnabled
(boolean enabled) setUpdaterEnabled
(boolean enabled) setUpdaterPushEnabled
(boolean enabled)
-
Constructor Details
-
PlanBranchesAutoMergeComponent
-
-
Method Details
-
setEnabled
-
isEnabled
public boolean isEnabled() -
setUpdaterEnabled
-
isUpdaterEnabled
public boolean isUpdaterEnabled() -
setUpdaterPushEnabled
-
isUpdaterPushEnabled
public boolean isUpdaterPushEnabled() -
selectedBranchUpdaterMergeFromValue
-
getSelectedBranchUpdaterMergeFromValue
public com.atlassian.pageobjects.elements.Option getSelectedBranchUpdaterMergeFromValue() -
setGatekeeperEnabled
-
isGatekeeperEnabled
public boolean isGatekeeperEnabled() -
setGatekeeperPushEnabled
-
isGatekeeperPushEnabled
public boolean isGatekeeperPushEnabled() -
selectedGatekeeperCheckoutValue
-
getSelectedGatekeeperCheckoutValue
public com.atlassian.pageobjects.elements.Option getSelectedGatekeeperCheckoutValue()
-