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

java.lang.Object
  extended by FutureTask
      extended by com.atlassian.bamboo.build.pipeline.concurrent.SubmittedBuildFuture

public class SubmittedBuildFuture
extends FutureTask

Which has extra methods for getting out the BuildResults from the submitted


Constructor Summary
SubmittedBuildFuture(Callable callable)
           
 
Method Summary
protected  void done()
           
 String getBuildKey()
           
 BuildResults getBuildResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmittedBuildFuture

public SubmittedBuildFuture(Callable callable)
Method Detail

getBuildResults

public BuildResults getBuildResults()

getBuildKey

public String getBuildKey()

done

protected void done()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.