Package cz.muni.fi.xkozubi1
Class DefaultSorter
- java.lang.Object
-
- hudson.model.queue.QueueSorter
-
- hudson.model.queue.AbstractQueueSorterImpl
-
- cz.muni.fi.xkozubi1.DefaultSorter
-
- All Implemented Interfaces:
ExtensionPoint
,Serializable
,Comparator<Queue.BuildableItem>
public class DefaultSorter extends AbstractQueueSorterImpl implements Serializable
Imitates Jenkins default sorter. Sorts items based on their getQueueSince().- See Also:
- Serialized Form
-
-
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 DefaultSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sortBuildableItems(List<Queue.BuildableItem> list)
-
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
-
-
-
-
Method Detail
-
sortBuildableItems
public void sortBuildableItems(List<Queue.BuildableItem> list)
- Overrides:
sortBuildableItems
in classAbstractQueueSorterImpl
-
-