public class PlanBranchesMonitoringComponent extends Object
Constructor and Description |
---|
PlanBranchesMonitoringComponent(BranchesConfigurationPage branchesConfigurationPage) |
public PlanBranchesMonitoringComponent(BranchesConfigurationPage branchesConfigurationPage)
public PlanBranchesMonitoringComponent enablePlanBranchCreation()
public PlanBranchesMonitoringComponent disableAutomaticPlanBranchCreation()
public PlanBranchesMonitoringComponent enableRemovedBranchesCleanup()
public PlanBranchesMonitoringComponent enableInactiveBranchesCleanup()
public PlanBranchesMonitoringComponent disableInactiveBranchesCleanup()
public PlanBranchesMonitoringComponent disableRemovedBranchesCleanup()
public PlanBranchesMonitoringComponent withVCSBranchNamePattern(String branchNamePattern)
public PlanBranchesMonitoringComponent withRemovedBranchesCleanUpPeriodInDays(int cleanupPeriodInDays)
public BranchesConfigurationPage done()
public boolean isPlanBranchCreationEnabled()
public boolean isRemovedBranchesCleanupEnabled()
public String getBranchNamesPatternForCreation()
public int getRemovedBranchCleanupPeriodInDays()
public PlanBranchesMonitoringComponent withInactivityCleanUpPeriodInDays(int inactivityPeriod)
public boolean isInactiveBranchesCleanupEnabled()
public int getInactivityCleanupPeriodInDays()
public PlanBranchesMonitoringComponent withBranchCreateOption(TestBuildDetails.CreatePlanBranchOption createPlanBranchOption)
public PlanBranchesMonitoringComponent withBranchCreateOption(com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger trigger)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.