Uses of Interface
hudson.model.queue.QueueTaskFuture
-
Packages that use QueueTaskFuture Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue jenkins.model jenkins.triggers -
-
Uses of QueueTaskFuture in hudson.model
Methods in hudson.model that return QueueTaskFuture Modifier and Type Method Description QueueTaskFuture<Queue.Executable>
Queue.Item. getFuture()
Can be used to wait for the completion (either normal, abnormal, or cancellation) of theQueue.Task
.QueueTaskFuture<R>
AbstractProject. scheduleBuild2(int quietPeriod)
Schedules a build, and returns aFuture
object to wait for the completion of the build.QueueTaskFuture<R>
AbstractProject. scheduleBuild2(int quietPeriod, Action... actions)
QueueTaskFuture<R>
AbstractProject. scheduleBuild2(int quietPeriod, Cause c)
Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.QueueTaskFuture<R>
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.QueueTaskFuture<R>
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
Classes in hudson.model.queue that implement QueueTaskFuture Modifier and Type Class Description class
FutureImpl
Created whenQueue.Item
is created so that the caller can track the progress of the task. -
Uses of QueueTaskFuture in jenkins.model
Methods in jenkins.model that return QueueTaskFuture Modifier and Type Method Description default 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.QueueTaskFuture<RunT>
ParameterizedJobMixIn. scheduleBuild2(int quietPeriod, Action... actions)
Standard implementation ofParameterizedJobMixIn.ParameterizedJob.scheduleBuild2(int, hudson.model.Action...)
. -
Uses of QueueTaskFuture in jenkins.triggers
Methods in jenkins.triggers that return QueueTaskFuture Modifier and Type Method Description QueueTaskFuture<?>
SCMTriggerItem. scheduleBuild2(int quietPeriod, Action... actions)
-