public abstract class MatrixExecutionStrategy extends hudson.model.AbstractDescribableImpl<MatrixExecutionStrategy> implements hudson.ExtensionPoint
MatrixConfiguration when MatrixProject builds,
including what degree it gets serialized/parallelled, how the whole build is abandoned when
some fails, etc.| Constructor and Description |
|---|
MatrixExecutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MatrixExecutionStrategyDescriptor |
getDescriptor() |
hudson.model.Result |
run(MatrixBuild.MatrixBuildExecution execution) |
hudson.model.Result |
run(MatrixBuild build,
List<MatrixAggregator> aggregators,
hudson.model.BuildListener listener)
Deprecated.
|
public hudson.model.Result run(MatrixBuild.MatrixBuildExecution execution) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic hudson.model.Result run(MatrixBuild build, List<MatrixAggregator> aggregators, hudson.model.BuildListener listener) throws InterruptedException, IOException
run(MatrixBuild.MatrixBuildExecution)InterruptedExceptionIOExceptionpublic MatrixExecutionStrategyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<MatrixExecutionStrategy>getDescriptor in class hudson.model.AbstractDescribableImpl<MatrixExecutionStrategy>Copyright © 2004-2016. All Rights Reserved.