Package hudson.matrix
Class NoopMatrixConfigurationSorter
java.lang.Object
hudson.model.AbstractDescribableImpl<MatrixConfigurationSorter>
hudson.matrix.MatrixConfigurationSorter
hudson.matrix.NoopMatrixConfigurationSorter
- All Implemented Interfaces:
- ExtensionPoint,- Describable<MatrixConfigurationSorter>,- Serializable,- Comparator<MatrixConfiguration>
public class NoopMatrixConfigurationSorter
extends MatrixConfigurationSorter
implements Serializable
Place holder for default "do not sort" 
MatrixConfigurationSorter.- Author:
- Kohsuke Kawaguchi
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidChecks if this sorter is properly configured and applicable for the given project.Methods inherited from class hudson.matrix.MatrixConfigurationSortergetDescriptorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
NoopMatrixConfigurationSorter@DataBoundConstructor public NoopMatrixConfigurationSorter()
 
- 
- 
Method Details- 
validateDescription copied from class:MatrixConfigurationSorterChecks if this sorter is properly configured and applicable for the given project.This method is invoked when the configuration is submitted to ensure that the sorter is compatible with the current project configuration (most probably with its Axis.)- Specified by:
- validatein class- MatrixConfigurationSorter
- Parameters:
- p- Project for which this sorter is being used for.
- Throws:
- FormValidation- If you need to report an error to the user and reject the form submission.
 
- 
compare- Specified by:
- comparein interface- Comparator<MatrixConfiguration>
 
 
-