|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueTaskFuture | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.queue |
Uses of QueueTaskFuture in hudson.model |
---|
Methods in hudson.model that return QueueTaskFuture | |
---|---|
QueueTaskFuture<R> |
AbstractProject.scheduleBuild2(int quietPeriod)
Schedules a build, and returns a Future object
to wait for the completion of the build. |
QueueTaskFuture<R> |
AbstractProject.scheduleBuild2(int quietPeriod,
Cause c)
Schedules a build of this project, and returns a Future 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 a Future 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 a Future object
to wait for the completion of the build. |
Uses of QueueTaskFuture in hudson.model.queue |
---|
Classes in hudson.model.queue that implement QueueTaskFuture | |
---|---|
class |
FutureImpl
Created when Queue.Item is created so that the caller can track the progress of the task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |