Package com.atlassian.bamboo.plan
Class ExecutionLimitsServiceImpl
java.lang.Object
com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
com.atlassian.bamboo.plan.ExecutionLimitsServiceImpl
- All Implemented Interfaces:
PlanExecutionPermitter
-
Constructor Summary
ConstructorDescriptionExecutionLimitsServiceImpl
(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, NodeLifecycleProvider nodeLifecycleProvider, StorageCappingService storageCappingService) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
isPermittedToExecute, isPermittedToExecute, setChainedExecutionPermitter
-
Constructor Details
-
ExecutionLimitsServiceImpl
public ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, NodeLifecycleProvider nodeLifecycleProvider, StorageCappingService storageCappingService)
-
-
Method Details
-
isPermittedToExecuteImpl
public boolean isPermittedToExecuteImpl(@NotNull @NotNull ImmutableChain chain, @Nullable @Nullable PlanResultKey resultKey, @NotNull @NotNull ErrorCollection errorCollection) - Specified by:
isPermittedToExecuteImpl
in classAbstractPlanExecutionPermitter
-