hudson.plugins.release
Class ReleaseWrapper.ReleaseAggregator

java.lang.Object
  extended by hudson.matrix.MatrixAggregator
      extended by hudson.plugins.release.ReleaseWrapper.ReleaseAggregator
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
ReleaseWrapper

public class ReleaseWrapper.ReleaseAggregator
extends hudson.matrix.MatrixAggregator


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.matrix.MatrixAggregator
build, launcher, listener
 
Constructor Summary
ReleaseWrapper.ReleaseAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Method Summary
 boolean endBuild()
           
 void setPostFailedMatrixBuildSteps(List<hudson.tasks.Builder> postFailedMatrixBuildSteps)
           
 void setPostMatrixBuildSteps(List<hudson.tasks.Builder> postMatrixBuildSteps)
           
 void setPostSuccessfulMatrixBuildSteps(List<hudson.tasks.Builder> postSuccessfulMatrixBuildSteps)
           
 void setPreMatrixBuildSteps(List<hudson.tasks.Builder> preMatrixBuildSteps)
           
 boolean startBuild()
           
 
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
 

Constructor Detail

ReleaseWrapper.ReleaseAggregator

public ReleaseWrapper.ReleaseAggregator(hudson.matrix.MatrixBuild build,
                                        hudson.Launcher launcher,
                                        hudson.model.BuildListener listener)
Method Detail

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.