Uses of Class
hudson.model.queue.FutureImpl
-
Packages that use FutureImpl Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of FutureImpl in hudson.model
Constructors in hudson.model with parameters of type FutureImpl Constructor Description Item(Queue.Task task, List<Action> actions, long id, FutureImpl future)
Item(Queue.Task task, List<Action> actions, long id, FutureImpl future, long inQueueSince)
-
Uses of FutureImpl in hudson.model.queue
Fields in hudson.model.queue declared as FutureImpl Modifier and Type Field Description FutureImpl
WorkUnitContext. future
Once the execution starts and completes, update this future object with the outcome.
-