com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches
Class PlanBranchesMonitoringComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.branches.PlanBranchesMonitoringComponent
public class PlanBranchesMonitoringComponent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanBranchesMonitoringComponent
public PlanBranchesMonitoringComponent(BranchesConfigurationPage branchesConfigurationPage)
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()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.