Class PlanBranchesMonitoringComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesMonitoringComponent
-
Constructor Summary
ConstructorDescriptionPlanBranchesMonitoringComponent
(BranchesConfigurationPage branchesConfigurationPage) -
Method Summary
Modifier and TypeMethodDescriptiondone()
Set Inactive Branches to be removed periodically.Set plan creation to Matching.Set Removed Branches to be removed periodically.int
int
boolean
boolean
boolean
withBranchCreateOption
(com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger trigger) withBranchCreateOption
(TestBuildDetails.CreatePlanBranchOption createPlanBranchOption) withInactivityCleanUpPeriodInDays
(int inactivityPeriod) withRemovedBranchesCleanUpPeriodInDays
(int cleanupPeriodInDays) withVCSBranchNamePattern
(String branchNamePattern)
-
Constructor Details
-
PlanBranchesMonitoringComponent
-
-
Method Details
-
enablePlanBranchCreation
Set plan creation to Matching. -
disableAutomaticPlanBranchCreation
-
enableRemovedBranchesCleanup
Set Removed Branches to be removed periodically. -
enableInactiveBranchesCleanup
Set Inactive Branches to be removed periodically. -
disableInactiveBranchesCleanup
-
disableRemovedBranchesCleanup
-
withVCSBranchNamePattern
-
withRemovedBranchesCleanUpPeriodInDays
public PlanBranchesMonitoringComponent withRemovedBranchesCleanUpPeriodInDays(int cleanupPeriodInDays) -
done
-
isPlanBranchCreationEnabled
public boolean isPlanBranchCreationEnabled() -
isRemovedBranchesCleanupEnabled
public boolean isRemovedBranchesCleanupEnabled() -
getBranchNamesPatternForCreation
-
getRemovedBranchCleanupPeriodInDays
public int getRemovedBranchCleanupPeriodInDays() -
withInactivityCleanUpPeriodInDays
-
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)
-