hudson.queueSorter
Class PrioritySorterQueueSorter

java.lang.Object
  extended by hudson.model.queue.QueueSorter
      extended by hudson.queueSorter.PrioritySorterQueueSorter
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class PrioritySorterQueueSorter
extends hudson.model.queue.QueueSorter


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
PrioritySorterQueueSorter()
           
 
Method Summary
 void sortBuildableItems(java.util.List<hudson.model.Queue.BuildableItem> buildables)
           
 
Methods inherited from class hudson.model.queue.QueueSorter
all, installDefaultQueueSorter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrioritySorterQueueSorter

public PrioritySorterQueueSorter()
Method Detail

sortBuildableItems

public void sortBuildableItems(java.util.List<hudson.model.Queue.BuildableItem> buildables)
Specified by:
sortBuildableItems in class hudson.model.queue.QueueSorter


Copyright © 2011. All Rights Reserved.