Uses of Interface
hudson.model.queue.QueueTaskFuture
Packages that use QueueTaskFuture
-
Uses of QueueTaskFuture in hudson.model
Methods in hudson.model that return QueueTaskFutureModifier 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 aFutureobject 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 aFutureobject to wait for the completion of the build.AbstractProject.scheduleBuild2(int quietPeriod, Cause c, Action... actions) Schedules a build of this project, and returns aFutureobject 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 aFutureobject to wait for the completion of the build. -
Uses of QueueTaskFuture in hudson.model.queue
Classes in hudson.model.queue that implement QueueTaskFutureModifier and TypeClassDescriptionfinal classCreated whenQueue.Itemis created so that the caller can track the progress of the task. -
Uses of QueueTaskFuture in jenkins.model
Methods in jenkins.model that return QueueTaskFutureModifier 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
Methods in jenkins.triggers that return QueueTaskFutureModifier and TypeMethodDescriptionSCMTriggerItem.scheduleBuild2(int quietPeriod, Action... actions)