org.jenkinsci.plugins.conditionalbuildstep.matrix
Class MatrixAggregatorChain
java.lang.Object
hudson.matrix.MatrixAggregator
org.jenkinsci.plugins.conditionalbuildstep.matrix.MatrixAggregatorChain
- All Implemented Interfaces:
- hudson.ExtensionPoint
public class MatrixAggregatorChain
- extends hudson.matrix.MatrixAggregator
An aggregator chaining all the aggregators of the chained builders - only done/used within a matrix build.
- Author:
- Dominik Bartholdi (imod)
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.matrix.MatrixAggregator |
build, launcher, listener |
|
Constructor Summary |
MatrixAggregatorChain(java.util.List<hudson.matrix.MatrixAggregator> aggregators,
hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixAggregatorChain
public MatrixAggregatorChain(java.util.List<hudson.matrix.MatrixAggregator> aggregators,
hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
startBuild
public boolean startBuild()
throws java.lang.InterruptedException,
java.io.IOException
- Overrides:
startBuild in class hudson.matrix.MatrixAggregator
- Throws:
java.lang.InterruptedException
java.io.IOException
endBuild
public boolean endBuild()
throws java.lang.InterruptedException,
java.io.IOException
- Overrides:
endBuild in class hudson.matrix.MatrixAggregator
- Throws:
java.lang.InterruptedException
java.io.IOException
endRun
public boolean endRun(hudson.matrix.MatrixRun run)
throws java.lang.InterruptedException,
java.io.IOException
- Overrides:
endRun in class hudson.matrix.MatrixAggregator
- Throws:
java.lang.InterruptedException
java.io.IOException
Copyright © 2004-2012. All Rights Reserved.