Class DescriptorOrder<T extends Describable<T>>

java.lang.Object
jenkins.branch.DescriptorOrder<T>
Type Parameters:
T - the type of Describable.
All Implemented Interfaces:
Comparator<T>

public class DescriptorOrder<T extends Describable<T>> extends Object implements Comparator<T>
A Comparator that compares Describable instances of a specific type based on the order of their Descriptors in Jenkins's list of Descriptors for that type.