Uses of Class
hudson.model.Queue.LeftItem
Packages that use Queue.LeftItem
-
Uses of Queue.LeftItem in hudson.model
Methods in hudson.model that return types with arguments of type Queue.LeftItemModifier and TypeMethodDescriptionQueue.getLeftItems()
Returns the snapshot of allQueue.LeftItem
s.Methods in hudson.model with parameters of type Queue.LeftItem -
Uses of Queue.LeftItem in hudson.model.queue
Methods in hudson.model.queue with parameters of type Queue.LeftItemModifier and TypeMethodDescriptionvoid
QueueListener.onLeft
(Queue.LeftItem li) The item has left the queue, either by gettingcancelled
or by getting picked up by an executor and starts running.