Uses of Class
hudson.model.Queue.WaitingItem
-
Uses of Queue.WaitingItem in hudson.model
Modifier and TypeMethodDescriptionQueue.schedule
(AbstractProject p) Schedule a new build for this project.Queue.schedule
(Queue.Task p, int quietPeriod) Queue.schedule
(Queue.Task p, int quietPeriod, Action... actions) Convenience wrapper method aroundQueue.schedule(Task, int, List)
Queue.schedule
(Queue.Task p, int quietPeriod, List<Action> actions) Deprecated.Modifier and TypeMethodDescriptionint
Queue.WaitingItem.compareTo
(Queue.WaitingItem that) void
Queue.Saver.onEnterWaiting
(Queue.WaitingItem wi) ModifierConstructorDescriptionprotected
-
Uses of Queue.WaitingItem in hudson.model.queue
Modifier and TypeMethodDescriptionScheduleResult.Created.getCreateItem()
ScheduleResult.getCreateItem()
IfScheduleResult.isCreated()
returns true, then this method returns the newly created item, which is always of the typeQueue.WaitingItem
.Modifier and TypeMethodDescriptionstatic ScheduleResult.Created
ScheduleResult.created
(Queue.WaitingItem i) void
QueueListener.onEnterWaiting
(Queue.WaitingItem wi) When a task is submitted to the queue, it first gets to the waiting phase, where it spends until the quiet period runs out and the item becomes executable.void
QueueListener.onLeaveWaiting
(Queue.WaitingItem wi) An item leaves the waiting phase when the current time of the system is past its due date.
Queue.schedule2(Task, int, List)