Uses of Class
hudson.matrix.MatrixConfigurationSorter

Packages that use MatrixConfigurationSorter
hudson.matrix Matrix project 
 

Uses of MatrixConfigurationSorter in hudson.matrix
 

Subclasses of MatrixConfigurationSorter in hudson.matrix
 class NoopMatrixConfigurationSorter
          Place holder for default "do not sort" MatrixConfigurationSorter.
 

Methods in hudson.matrix that return MatrixConfigurationSorter
 MatrixConfigurationSorter DefaultMatrixExecutionStrategyImpl.getSorter()
           
 MatrixConfigurationSorter MatrixProject.getSorter()
          Deprecated. as of 1.456 Use DefaultMatrixExecutionStrategyImpl.getSorter(). This method tries to emulate the previous behavior the best it can, but will return null if the current MatrixExecutionStrategy is not the default one.
 

Methods in hudson.matrix that return types with arguments of type MatrixConfigurationSorter
static DescriptorExtensionList<MatrixConfigurationSorter,MatrixConfigurationSorterDescriptor> MatrixConfigurationSorterDescriptor.all()
          Returns all the registered MatrixConfigurationSorterDescriptors.
 

Methods in hudson.matrix with parameters of type MatrixConfigurationSorter
 void DefaultMatrixExecutionStrategyImpl.setSorter(MatrixConfigurationSorter sorter)
           
 void MatrixProject.setSorter(MatrixConfigurationSorter sorter)
          Deprecated. as of 1.456 Use DefaultMatrixExecutionStrategyImpl.setSorter(MatrixConfigurationSorter). This method tries to emulate the previous behavior the best it can, but will fall back to no-op if the current MatrixExecutionStrategy is not the default one.
 

Constructors in hudson.matrix with parameters of type MatrixConfigurationSorter
DefaultMatrixExecutionStrategyImpl(Boolean runSequentially, boolean hasTouchStoneCombinationFilter, String touchStoneCombinationFilter, Result touchStoneResultCondition, MatrixConfigurationSorter sorter)
           
DefaultMatrixExecutionStrategyImpl(boolean runSequentially, String touchStoneCombinationFilter, Result touchStoneResultCondition, MatrixConfigurationSorter sorter)
           
 

Constructor parameters in hudson.matrix with type arguments of type MatrixConfigurationSorter
MatrixConfigurationSorterDescriptor(Class<? extends MatrixConfigurationSorter> clazz)
           
 



Copyright © 2004-2013. All Rights Reserved.