hudson.plugins.PerfPublisher
Class PerfPublisherResultAggregator

java.lang.Object
  extended by hudson.matrix.MatrixAggregator
      extended by hudson.plugins.PerfPublisher.PerfPublisherResultAggregator
All Implemented Interfaces:
hudson.ExtensionPoint

public class PerfPublisherResultAggregator
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
PerfPublisherResultAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Method Summary
 boolean endBuild()
           
 boolean endRun(hudson.matrix.MatrixRun run)
           
 boolean startBuild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfPublisherResultAggregator

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

startBuild

public boolean startBuild()
                   throws java.lang.InterruptedException,
                          java.io.IOException
Overrides:
startBuild in class hudson.matrix.MatrixAggregator
Throws:
java.lang.InterruptedException
java.io.IOException

endRun

public boolean endRun(hudson.matrix.MatrixRun run)
               throws java.lang.InterruptedException,
                      java.io.IOException
Overrides:
endRun in class hudson.matrix.MatrixAggregator
Throws:
java.lang.InterruptedException
java.io.IOException

endBuild

public boolean endBuild()
                 throws java.lang.InterruptedException,
                        java.io.IOException
Overrides:
endBuild in class hudson.matrix.MatrixAggregator
Throws:
java.lang.InterruptedException
java.io.IOException


Copyright © 2010. All Rights Reserved.