org.jenkins.plugins.cloudbees.util
Class FileFinder

java.lang.Object
  extended by org.jenkins.plugins.cloudbees.util.FileFinder
All Implemented Interfaces:
hudson.FilePath.FileCallable<List<String>>, Serializable

public class FileFinder
extends Object
implements hudson.FilePath.FileCallable<List<String>>

Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
FileFinder(String pattern)
           
 
Method Summary
 List<String> find(File workspace)
           
 List<String> invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinder

public FileFinder(String pattern)
Method Detail

invoke

public List<String> invoke(File workspace,
                           hudson.remoting.VirtualChannel channel)
                    throws IOException,
                           InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<List<String>>
Throws:
IOException
InterruptedException

find

public List<String> find(File workspace)


Copyright © 2004-2012. All Rights Reserved.