com.atlassian.bamboo.plan
Class ExecutionLimitsServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
      extended by com.atlassian.bamboo.plan.ExecutionLimitsServiceImpl
All Implemented Interfaces:
PlanExecutionPermitter

public class ExecutionLimitsServiceImpl
extends AbstractPlanExecutionPermitter


Constructor Summary
ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, ServerLifecycleProvider serverLifecycleProvider)
           
 
Method Summary
 boolean isPermittedToExecuteImpl(Plan plan, ErrorCollection errorCollection)
           
 
Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
isPermittedToExecute, setChainedExecutionPermitter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionLimitsServiceImpl

public ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager,
                                  BuildSuspensionCheckBean buildSuspensionCheckBean,
                                  BuildLoggerManager buildLoggerManager,
                                  ServerLifecycleProvider serverLifecycleProvider)
Method Detail

isPermittedToExecuteImpl

public boolean isPermittedToExecuteImpl(@NotNull
                                        Plan plan,
                                        @NotNull
                                        ErrorCollection errorCollection)
Specified by:
isPermittedToExecuteImpl in class AbstractPlanExecutionPermitter


Copyright © 2011 Atlassian. All Rights Reserved.