org.jenkinsci.plugins.conditionalbuildstep.matrix
Class DummyMatrixAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
org.jenkinsci.plugins.conditionalbuildstep.matrix.DummyMatrixAggregator
- All Implemented Interfaces:
- hudson.ExtensionPoint
public class DummyMatrixAggregator
- extends hudson.matrix.MatrixAggregator
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.matrix.MatrixAggregator |
build, launcher, listener |
|
Constructor Summary |
DummyMatrixAggregator(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 |
DummyMatrixAggregator
public DummyMatrixAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
endBuild
public boolean endBuild()
throws InterruptedException,
IOException
- Overrides:
endBuild in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
startBuild
public boolean startBuild()
throws InterruptedException,
IOException
- Overrides:
startBuild in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
endRun
public boolean endRun(hudson.matrix.MatrixRun run)
throws InterruptedException,
IOException
- Overrides:
endRun in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
Copyright © 2004-2011. All Rights Reserved.