Class PlanBranchesMonitoringComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesMonitoringComponent
-
public class PlanBranchesMonitoringComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanBranchesMonitoringComponent(BranchesConfigurationPage branchesConfigurationPage)
-
Method Summary
-
-
-
Constructor Detail
-
PlanBranchesMonitoringComponent
public PlanBranchesMonitoringComponent(BranchesConfigurationPage branchesConfigurationPage)
-
-
Method Detail
-
enablePlanBranchCreation
public PlanBranchesMonitoringComponent enablePlanBranchCreation()
Set plan creation to Matching.
-
disableAutomaticPlanBranchCreation
public PlanBranchesMonitoringComponent disableAutomaticPlanBranchCreation()
-
enableRemovedBranchesCleanup
public PlanBranchesMonitoringComponent enableRemovedBranchesCleanup()
Set Removed Branches to be removed periodically.
-
enableInactiveBranchesCleanup
public PlanBranchesMonitoringComponent enableInactiveBranchesCleanup()
Set Inactive Branches to be removed periodically.
-
disableInactiveBranchesCleanup
public PlanBranchesMonitoringComponent disableInactiveBranchesCleanup()
-
disableRemovedBranchesCleanup
public PlanBranchesMonitoringComponent disableRemovedBranchesCleanup()
-
withVCSBranchNamePattern
public PlanBranchesMonitoringComponent withVCSBranchNamePattern(String branchNamePattern)
-
withRemovedBranchesCleanUpPeriodInDays
public PlanBranchesMonitoringComponent withRemovedBranchesCleanUpPeriodInDays(int cleanupPeriodInDays)
-
done
public BranchesConfigurationPage done()
-
isPlanBranchCreationEnabled
public boolean isPlanBranchCreationEnabled()
-
isRemovedBranchesCleanupEnabled
public boolean isRemovedBranchesCleanupEnabled()
-
getBranchNamesPatternForCreation
public String getBranchNamesPatternForCreation()
-
getRemovedBranchCleanupPeriodInDays
public int getRemovedBranchCleanupPeriodInDays()
-
withInactivityCleanUpPeriodInDays
public PlanBranchesMonitoringComponent withInactivityCleanUpPeriodInDays(int inactivityPeriod)
-
isInactiveBranchesCleanupEnabled
public boolean isInactiveBranchesCleanupEnabled()
-
getInactivityCleanupPeriodInDays
public int getInactivityCleanupPeriodInDays()
-
withBranchCreateOption
public PlanBranchesMonitoringComponent withBranchCreateOption(TestBuildDetails.CreatePlanBranchOption createPlanBranchOption)
-
withBranchCreateOption
public PlanBranchesMonitoringComponent withBranchCreateOption(com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger trigger)
-
-