Package | Description |
---|---|
hudson.matrix |
Matrix project
|
Modifier and Type | Class and Description |
---|---|
class |
NoopMatrixConfigurationSorter
Place holder for default "do not sort"
MatrixConfigurationSorter . |
Modifier and Type | Method and Description |
---|---|
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. |
MatrixConfigurationSorter |
DefaultMatrixExecutionStrategyImpl.getSorter() |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<MatrixConfigurationSorter,MatrixConfigurationSorterDescriptor> |
MatrixConfigurationSorterDescriptor.all()
Returns all the registered
MatrixConfigurationSorterDescriptor s. |
Modifier and Type | Method and Description |
---|---|
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. |
void |
DefaultMatrixExecutionStrategyImpl.setSorter(MatrixConfigurationSorter sorter) |
Constructor and Description |
---|
DefaultMatrixExecutionStrategyImpl(Boolean runSequentially,
boolean hasTouchStoneCombinationFilter,
String touchStoneCombinationFilter,
hudson.model.Result touchStoneResultCondition,
MatrixConfigurationSorter sorter) |
DefaultMatrixExecutionStrategyImpl(boolean runSequentially,
String touchStoneCombinationFilter,
hudson.model.Result touchStoneResultCondition,
MatrixConfigurationSorter sorter) |
Constructor and Description |
---|
MatrixConfigurationSorterDescriptor(Class<? extends MatrixConfigurationSorter> clazz) |
Copyright © 2014. All rights reserved.