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