Uses of Class
hudson.model.Queue.LeftItem
-
Packages that use Queue.LeftItem Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of Queue.LeftItem in hudson.model
Methods in hudson.model that return types with arguments of type Queue.LeftItem Modifier and Type Method Description Collection<Queue.LeftItem>
Queue. getLeftItems()
Returns the snapshot of allQueue.LeftItem
s.Methods in hudson.model with parameters of type Queue.LeftItem Modifier and Type Method Description void
Queue.Saver. onLeft(Queue.LeftItem li)
-
Uses of Queue.LeftItem in hudson.model.queue
Methods in hudson.model.queue with parameters of type Queue.LeftItem Modifier and Type Method Description void
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.
-