public static class ReleaseWrapper.ReleaseAggregator extends hudson.matrix.MatrixAggregator
ExtensionPoint.LegacyInstancesAreScopedToHudsonbuild, launcher, listener| Constructor and Description |
|---|
ReleaseAggregator(hudson.matrix.MatrixBuild build,
Launcher launcher,
BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endBuild() |
void |
setPostFailedMatrixBuildSteps(List<BuildStep> postFailedMatrixBuildSteps) |
void |
setPostMatrixBuildSteps(List<BuildStep> postMatrixBuildSteps) |
void |
setPostSuccessfulMatrixBuildSteps(List<BuildStep> postSuccessfulMatrixBuildSteps) |
void |
setPreMatrixBuildSteps(List<BuildStep> preMatrixBuildSteps) |
boolean |
startBuild() |
endRunpublic ReleaseAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
public void setPostMatrixBuildSteps(List<BuildStep> postMatrixBuildSteps)
postMatrixBuildSteps - The postMatrixBuildSteps to set.public void setPostSuccessfulMatrixBuildSteps(List<BuildStep> postSuccessfulMatrixBuildSteps)
public void setPostFailedMatrixBuildSteps(List<BuildStep> postFailedMatrixBuildSteps)
public boolean startBuild()
throws InterruptedException,
IOException
startBuild in class hudson.matrix.MatrixAggregatorInterruptedExceptionIOExceptionpublic boolean endBuild()
throws InterruptedException,
IOException
endBuild in class hudson.matrix.MatrixAggregatorInterruptedExceptionIOExceptionCopyright © 2016–2022. All rights reserved.