public class MatrixBuild.MatrixBuildExecution
extends hudson.model.AbstractBuild.AbstractBuildExecution
MatrixBuild execution to its end.
Used to keep track of things that are needed only during the build.| Constructor and Description |
|---|
MatrixBuildExecution() |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.model.Result |
doRun(hudson.model.BuildListener listener) |
Set<MatrixConfiguration> |
getActiveConfigurations()
Snapshot of
MatrixProject.getActiveConfigurations() to ensure
that the build will use a consistent view of it. |
List<MatrixAggregator> |
getAggregators()
Aggregators attached to this build execution, that are notified
of every start/end of
MatrixRun. |
void |
post2(hudson.model.BuildListener listener) |
cleanUp, createLauncher, decideWorkspace, defaultCheckout, getCurrentNode, getLauncher, getListener, perform, performAllBuildStep, performAllBuildStep, performAllBuildSteps, performAllBuildSteps, post, preBuild, preBuild, preBuild, runpublic Set<MatrixConfiguration> getActiveConfigurations()
MatrixProject.getActiveConfigurations() to ensure
that the build will use a consistent view of it.public List<MatrixAggregator> getAggregators()
MatrixRun.protected hudson.model.Result doRun(hudson.model.BuildListener listener)
throws Exception
doRun in class hudson.model.AbstractBuild.AbstractBuildExecutionExceptionCopyright © 2004-2016. All Rights Reserved.