Class FutureImpl

java.lang.Object
hudson.remoting.AsyncFutureImpl<Queue.Executable>
hudson.model.queue.FutureImpl
All Implemented Interfaces:
QueueTaskFuture<Queue.Executable>, hudson.remoting.Future<Queue.Executable>, Future<Queue.Executable>

public final class FutureImpl extends hudson.remoting.AsyncFutureImpl<Queue.Executable> implements QueueTaskFuture<Queue.Executable>
Created when Queue.Item is created so that the caller can track the progress of the task.
Author:
Kohsuke Kawaguchi