hudson.plugins.release
Class ReleaseWrapper.ReleaseAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
hudson.plugins.release.ReleaseWrapper.ReleaseAggregator
- All Implemented Interfaces:
- hudson.ExtensionPoint
- Enclosing class:
- ReleaseWrapper
public class ReleaseWrapper.ReleaseAggregator
- 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 |
| Methods inherited from class hudson.matrix.MatrixAggregator |
endRun |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReleaseWrapper.ReleaseAggregator
public ReleaseWrapper.ReleaseAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
setPreMatrixBuildSteps
public void setPreMatrixBuildSteps(List<hudson.tasks.Builder> preMatrixBuildSteps)
- Parameters:
preBuildSteps - The preMatrixBuildSteps to set.
setPostMatrixBuildSteps
public void setPostMatrixBuildSteps(List<hudson.tasks.Builder> postMatrixBuildSteps)
- Parameters:
postMatrixBuildSteps - The postMatrixBuildSteps to set.
setPostSuccessfulMatrixBuildSteps
public void setPostSuccessfulMatrixBuildSteps(List<hudson.tasks.Builder> postSuccessfulMatrixBuildSteps)
setPostFailedMatrixBuildSteps
public void setPostFailedMatrixBuildSteps(List<hudson.tasks.Builder> postFailedMatrixBuildSteps)
startBuild
public boolean startBuild()
throws InterruptedException,
IOException
- Overrides:
startBuild in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
endBuild
public boolean endBuild()
throws InterruptedException,
IOException
- Overrides:
endBuild in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
Copyright © 2004-2014. All Rights Reserved.