Package cz.muni.fi.xkozubi1
Class ShutdownQueueSorter
- java.lang.Object
-
- hudson.model.queue.QueueSorter
-
- cz.muni.fi.xkozubi1.ShutdownQueueSorter
-
- All Implemented Interfaces:
ExtensionPoint
public class ShutdownQueueSorter extends QueueSorter
Plugin's sorter. It is used if sorterOn or strategy type "Sort and remove longer" is on. Also preserves default Jenkins sorter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.queue.QueueSorter
DEFAULT_BLOCKED_ITEM_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description ShutdownQueueSorter(QueueSorter sorter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sortBuildableItems(List<Queue.BuildableItem> buildableItems)
-
Methods inherited from class hudson.model.queue.QueueSorter
all, installDefaultQueueSorter, sortBlockedItems
-
-
-
-
Constructor Detail
-
ShutdownQueueSorter
public ShutdownQueueSorter(QueueSorter sorter)
-
-
Method Detail
-
sortBuildableItems
public void sortBuildableItems(List<Queue.BuildableItem> buildableItems)
- Specified by:
sortBuildableItems
in classQueueSorter
-
-