com.atlassian.bamboo.build.pipeline.concurrent
Class SubmittedBuildFuture
java.lang.Object
FutureTask
com.atlassian.bamboo.build.pipeline.concurrent.SubmittedBuildFuture
public class SubmittedBuildFuture
- extends FutureTask
Which has extra methods for getting out the BuildResults
from the submitted
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubmittedBuildFuture
public SubmittedBuildFuture(Callable callable)
getBuildResults
public BuildResults getBuildResults()
getBuildKey
public String getBuildKey()
done
protected void done()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.