hudson.matrix
Class MatrixBuild.MatrixBuildExecution
java.lang.Object
hudson.model.Run.RunExecution
hudson.model.Run.Runner
hudson.model.AbstractBuild.AbstractBuildExecution
hudson.matrix.MatrixBuild.MatrixBuildExecution
- Enclosing class:
- MatrixBuild
public class MatrixBuild.MatrixBuildExecution
- extends AbstractBuild.AbstractBuildExecution
Object that lives from the start of MatrixBuild
execution to its end.
Used to keep track of things that are needed only during the build.
Methods inherited from class hudson.model.AbstractBuild.AbstractBuildExecution |
cleanUp, createLauncher, decideWorkspace, defaultCheckout, getCurrentNode, getLauncher, getListener, perform, performAllBuildStep, performAllBuildStep, performAllBuildSteps, performAllBuildSteps, post, preBuild, preBuild, preBuild, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixBuild.MatrixBuildExecution
public MatrixBuild.MatrixBuildExecution()
getActiveConfigurations
public Set<MatrixConfiguration> getActiveConfigurations()
- Snapshot of
MatrixProject.getActiveConfigurations()
to ensure
that the build will use a consistent view of it.
getAggregators
public List<MatrixAggregator> getAggregators()
- Aggregators attached to this build execution, that are notified
of every start/end of
MatrixRun
.
doRun
protected Result doRun(BuildListener listener)
throws Exception
- Description copied from class:
AbstractBuild.AbstractBuildExecution
- The portion of a build that is specific to a subclass of
AbstractBuild
goes here.
- Specified by:
doRun
in class AbstractBuild.AbstractBuildExecution
- Returns:
- null to continue the build normally (that means the doRun method
itself run successfully)
Return a non-null value to abort the build right there with the specified result code.
- Throws:
Exception
post2
public void post2(BuildListener listener)
throws Exception
- Specified by:
post2
in class AbstractBuild.AbstractBuildExecution
- Throws:
Exception
- See Also:
AbstractBuild.AbstractBuildExecution.post(BuildListener)
Copyright © 2004-2013. All Rights Reserved.