hudson.plugins.crap4j.util
Class ReportFilesFinder

java.lang.Object
  extended by hudson.plugins.crap4j.util.ReportFilesFinder
All Implemented Interfaces:
hudson.FilePath.FileCallable<FoundFile[]>, java.io.Serializable

public class ReportFilesFinder
extends java.lang.Object
implements hudson.FilePath.FileCallable<FoundFile[]>

See Also:
Serialized Form

Constructor Summary
ReportFilesFinder(java.lang.String pattern)
           
ReportFilesFinder(java.lang.String pattern, boolean isSkippingOldFiles)
           
 
Method Summary
 FoundFile[] getFilesFor(java.io.File workspaceRoot)
           
 FoundFile[] invoke(java.io.File workspaceRoot, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportFilesFinder

public ReportFilesFinder(java.lang.String pattern)

ReportFilesFinder

public ReportFilesFinder(java.lang.String pattern,
                         boolean isSkippingOldFiles)
Method Detail

invoke

public FoundFile[] invoke(java.io.File workspaceRoot,
                          hudson.remoting.VirtualChannel channel)
                   throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<FoundFile[]>
Throws:
java.io.IOException

getFilesFor

public FoundFile[] getFilesFor(java.io.File workspaceRoot)


Copyright © 2008. All Rights Reserved.