Uses of Class
hudson.matrix.MatrixConfigurationSorter
Packages that use MatrixConfigurationSorter
-
Uses of MatrixConfigurationSorter in hudson.matrix
Subclasses of MatrixConfigurationSorter in hudson.matrixModifier and TypeClassDescriptionclass
Place holder for default "do not sort"MatrixConfigurationSorter
.Methods in hudson.matrix that return MatrixConfigurationSorterModifier and TypeMethodDescriptionDefaultMatrixExecutionStrategyImpl.getSorter()
MatrixProject.getSorter()
Deprecated.Methods in hudson.matrix that return types with arguments of type MatrixConfigurationSorterModifier and TypeMethodDescriptionMatrixConfigurationSorterDescriptor.all()
Returns all the registeredMatrixConfigurationSorterDescriptor
s.Methods in hudson.matrix with parameters of type MatrixConfigurationSorterModifier and TypeMethodDescriptionvoid
DefaultMatrixExecutionStrategyImpl.setSorter
(MatrixConfigurationSorter sorter) void
MatrixProject.setSorter
(MatrixConfigurationSorter sorter) Deprecated.Constructors in hudson.matrix with parameters of type MatrixConfigurationSorterModifierConstructorDescriptionDefaultMatrixExecutionStrategyImpl
(boolean runSequentially, String touchStoneCombinationFilter, Result touchStoneResultCondition, MatrixConfigurationSorter sorter) DefaultMatrixExecutionStrategyImpl
(Boolean runSequentially, boolean hasTouchStoneCombinationFilter, String touchStoneCombinationFilter, Result touchStoneResultCondition, MatrixConfigurationSorter sorter) Constructor parameters in hudson.matrix with type arguments of type MatrixConfigurationSorterModifierConstructorDescriptionprotected
MatrixConfigurationSorterDescriptor
(Class<? extends MatrixConfigurationSorter> clazz)
DefaultMatrixExecutionStrategyImpl.getSorter()
.