Uses of Class
com.atlassian.bamboo.event.spi.EventLoggingThreadPoolExecutor
-
Uses of EventLoggingThreadPoolExecutor in com.atlassian.bamboo.event.spi
Modifier and TypeMethodDescriptionEventLoggingThreadPoolExecutor.createAutoScalableEventLoggingThreadPoolExecutor
(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit timeUnit, ThreadFactory threadFactory) BambooSingletonUnboundedEventExecutorFactory.getExecutor()
-
Uses of EventLoggingThreadPoolExecutor in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionprotected final EventLoggingThreadPoolExecutor
NonBlockingPlanExecutionServiceImpl.executor
ModifierConstructorDescriptionprotected
NonBlockingPlanExecutionServiceImpl
(PlanExecutionManager planExecutionManager, EventLoggingThreadPoolExecutor executor)