Uses of Class
hudson.model.Queue.LeftItem
-
Uses of Queue.LeftItem in hudson.model
Modifier and TypeMethodDescriptionQueue.getLeftItems()
Returns the snapshot of allQueue.LeftItem
s. -
Uses of Queue.LeftItem in hudson.model.queue
Modifier 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.