Uses of Class
hudson.matrix.MatrixExecutionStrategy

Packages that use MatrixExecutionStrategy
hudson.matrix Matrix project 
 

Uses of MatrixExecutionStrategy in hudson.matrix
 

Subclasses of MatrixExecutionStrategy in hudson.matrix
 class DefaultMatrixExecutionStrategyImpl
          MatrixExecutionStrategy that captures historical behavior.
 

Methods in hudson.matrix that return MatrixExecutionStrategy
 MatrixExecutionStrategy MatrixProject.getExecutionStrategy()
           
 

Methods in hudson.matrix that return types with arguments of type MatrixExecutionStrategy
static DescriptorExtensionList<MatrixExecutionStrategy,MatrixExecutionStrategyDescriptor> MatrixExecutionStrategyDescriptor.all()
          Returns all the registered MatrixExecutionStrategyDescriptors.
 

Methods in hudson.matrix with parameters of type MatrixExecutionStrategy
 void MatrixProject.setExecutionStrategy(MatrixExecutionStrategy executionStrategy)
           
 

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



Copyright © 2004-2013. All Rights Reserved.