Uses of Class
com.atlassian.bamboo.event.spi.EventLoggingThreadPoolExecutor
Packages that use EventLoggingThreadPoolExecutor
-
Uses of EventLoggingThreadPoolExecutor in com.atlassian.bamboo.event.spi
Methods in com.atlassian.bamboo.event.spi that return EventLoggingThreadPoolExecutorModifier and TypeMethodDescriptionEventLoggingThreadPoolExecutor.createAutoScalableEventLoggingThreadPoolExecutor
(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit timeUnit, ThreadFactory threadFactory) BambooSingletonUnboundedEventExecutorFactory.getExecutor()
Constructors in com.atlassian.bamboo.event.spi with parameters of type EventLoggingThreadPoolExecutor -
Uses of EventLoggingThreadPoolExecutor in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan declared as EventLoggingThreadPoolExecutorModifier and TypeFieldDescriptionprotected final EventLoggingThreadPoolExecutor
NonBlockingPlanExecutionServiceImpl.executor
Constructors in com.atlassian.bamboo.plan with parameters of type EventLoggingThreadPoolExecutorModifierConstructorDescriptionprotected
NonBlockingPlanExecutionServiceImpl
(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl, EventLoggingThreadPoolExecutor executor)