Class LastAxisSorter
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.matrix.MatrixConfigurationSorter>
hudson.matrix.MatrixConfigurationSorter
org.jenkinsci.plugin.matrixconfigsorter.AxisOrderSorter
org.jenkinsci.plugin.matrixconfigsorter.LastAxisSorter
- All Implemented Interfaces:
ExtensionPoint, Describable<hudson.matrix.MatrixConfigurationSorter>, Serializable, Comparator<hudson.matrix.MatrixConfiguration>
Deprecated.
Compatibility wrapper for old job configurations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AxisOrderSorter
AxisOrderSorter.DescriptorImplNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AxisOrderSorter
compare, getAxisNames, setAxisNames, validateMethods inherited from class hudson.matrix.MatrixConfigurationSorter
getDescriptorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LastAxisSorter
@DataBoundConstructor public LastAxisSorter()Deprecated.
-
AxisOrderSorter