hudson.plugins.ws_cleanup
Class WsCleanupMatrixAggregator

java.lang.Object
  extended by hudson.matrix.MatrixAggregator
      extended by hudson.plugins.ws_cleanup.WsCleanupMatrixAggregator
All Implemented Interfaces:
hudson.ExtensionPoint

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

Constructor Detail

WsCleanupMatrixAggregator

public WsCleanupMatrixAggregator(hudson.matrix.MatrixBuild build,
                                 hudson.Launcher launcher,
                                 hudson.model.BuildListener listener,
                                 List<Pattern> patterns,
                                 boolean deleteDirs,
                                 boolean skipWhenFailed,
                                 boolean notFailBuid)
Method Detail

endBuild

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


Copyright © 2004-2013 Hudson. All Rights Reserved.