Uses of Class
hudson.model.queue.QueueSorter
-
Packages that use QueueSorter Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of QueueSorter in hudson.model
Methods in hudson.model that return QueueSorter Modifier and Type Method Description QueueSorter
Queue. getSorter()
Methods in hudson.model with parameters of type QueueSorter Modifier and Type Method Description void
Queue. setSorter(QueueSorter sorter)
-
Uses of QueueSorter in hudson.model.queue
Subclasses of QueueSorter in hudson.model.queue Modifier and Type Class Description class
AbstractQueueSorterImpl
Partial implementation ofQueueSorter
in terms ofComparator
.Methods in hudson.model.queue that return types with arguments of type QueueSorter Modifier and Type Method Description static ExtensionList<QueueSorter>
QueueSorter. all()
All registeredQueueSorter
s.
-