Package cz.mendelu.xotradov
Class DefaultSorter
java.lang.Object
hudson.model.queue.QueueSorter
hudson.model.queue.AbstractQueueSorterImpl
cz.mendelu.xotradov.DefaultSorter
- All Implemented Interfaces:
ExtensionPoint
,Serializable
,Comparator<Queue.BuildableItem>
This imitates default jenkins sorter.
Has comparing from QueueSorter extension point which compares Items based on getInQueueSince().
- See Also:
-
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 -
Method Summary
Methods inherited from class hudson.model.queue.AbstractQueueSorterImpl
compare, compare, compare
Methods inherited from class hudson.model.queue.QueueSorter
all, installDefaultQueueSorter, sortBlockedItems
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DefaultSorter
public DefaultSorter()
-
-
Method Details
-
sortBuildableItems
- Overrides:
sortBuildableItems
in classAbstractQueueSorterImpl
-