Uses of Class
hudson.matrix.MatrixConfigurationSorter
Packages that use MatrixConfigurationSorter
-
Uses of MatrixConfigurationSorter in hudson.matrix
Subclasses of MatrixConfigurationSorter in hudson.matrixModifier and TypeClassDescriptionclassPlace 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 registeredMatrixConfigurationSorterDescriptors.Methods in hudson.matrix with parameters of type MatrixConfigurationSorterModifier and TypeMethodDescriptionvoidDefaultMatrixExecutionStrategyImpl.setSorter(MatrixConfigurationSorter sorter) voidMatrixProject.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 MatrixConfigurationSorterModifierConstructorDescriptionprotectedMatrixConfigurationSorterDescriptor(Class<? extends MatrixConfigurationSorter> clazz)
DefaultMatrixExecutionStrategyImpl.getSorter().