Uses of Class
hudson.model.Queue.WaitingItem
Packages that use Queue.WaitingItem
-
Uses of Queue.WaitingItem in hudson.model
Methods in hudson.model that return Queue.WaitingItemModifier 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.Methods in hudson.model with parameters of type Queue.WaitingItemModifier and TypeMethodDescriptionint
Queue.WaitingItem.compareTo
(Queue.WaitingItem that) void
Queue.Saver.onEnterWaiting
(Queue.WaitingItem wi) Constructors in hudson.model with parameters of type Queue.WaitingItemModifierConstructorDescriptionprotected
-
Uses of Queue.WaitingItem in hudson.model.queue
Methods in hudson.model.queue that return Queue.WaitingItemModifier 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
.Methods in hudson.model.queue with parameters of type Queue.WaitingItemModifier 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)