com.atlassian.bamboo.build.pipeline.concurrent
Class BuildResultsAwareExecutor

java.lang.Object
  extended by ThreadPoolExecutor
      extended by com.atlassian.bamboo.build.pipeline.concurrent.BuildResultsAwareExecutor

public class BuildResultsAwareExecutor
extends ThreadPoolExecutor


Constructor Summary
BuildResultsAwareExecutor(String name, BlockingQueue workQueue)
           
 
Method Summary
protected  RunnableFuture newTaskFor(Callable callable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildResultsAwareExecutor

public BuildResultsAwareExecutor(String name,
                                 BlockingQueue workQueue)
Method Detail

newTaskFor

protected RunnableFuture newTaskFor(Callable callable)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.