Uses of Class
hudson.model.queue.QueueListener
-
Packages that use QueueListener Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of QueueListener in hudson.model
Subclasses of QueueListener in hudson.model Modifier and Type Class Description static class
Queue.Saver
ScheduleQueue.save()
call for near future once items change. -
Uses of QueueListener in hudson.model.queue
Methods in hudson.model.queue that return types with arguments of type QueueListener Modifier and Type Method Description static ExtensionList<QueueListener>
QueueListener. all()
Returns all the registeredQueueListener
s.
-