Uses of Class
hudson.model.queue.FutureImpl
Packages that use FutureImpl
-
Uses of FutureImpl in hudson.model
Constructors in hudson.model with parameters of type FutureImplModifierConstructorDescriptionprotected
Item
(Queue.Task task, List<Action> actions, long id, FutureImpl future) protected
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 FutureImplModifier and TypeFieldDescriptionfinal FutureImpl
WorkUnitContext.future
Once the execution starts and completes, update this future object with the outcome.