Uses of Interface
hudson.model.queue.QueueTaskFuture
-
Uses of QueueTaskFuture in hudson.model
Modifier and TypeMethodDescriptionQueue.Item.getFuture()
Can be used to wait for the completion (either normal, abnormal, or cancellation) of theQueue.Task
.AbstractProject.scheduleBuild2
(int quietPeriod) Schedules a build, and returns aFuture
object to wait for the completion of the build.AbstractProject.scheduleBuild2
(int quietPeriod, Action... actions) AbstractProject.scheduleBuild2
(int quietPeriod, Cause c) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.AbstractProject.scheduleBuild2
(int quietPeriod, Cause c, Action... actions) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.AbstractProject.scheduleBuild2
(int quietPeriod, Cause c, Collection<? extends Action> actions) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build. -
Uses of QueueTaskFuture in hudson.model.queue
Modifier and TypeClassDescriptionfinal class
Created whenQueue.Item
is created so that the caller can track the progress of the task. -
Uses of QueueTaskFuture in jenkins.model
Modifier and TypeMethodDescriptiondefault QueueTaskFuture<RunT>
ParameterizedJobMixIn.ParameterizedJob.scheduleBuild2
(int quietPeriod, Action... actions) Provides a standard implementation ofSCMTriggerItem.scheduleBuild2(int, hudson.model.Action...)
to schedule a build with the ability to wait for its result.final QueueTaskFuture<RunT>
ParameterizedJobMixIn.scheduleBuild2
(int quietPeriod, Action... actions) Standard implementation ofParameterizedJobMixIn.ParameterizedJob.scheduleBuild2(int, hudson.model.Action...)
. -
Uses of QueueTaskFuture in jenkins.triggers
Modifier and TypeMethodDescriptionSCMTriggerItem.scheduleBuild2
(int quietPeriod, Action... actions)