org.jenkins.plugins.appaloosa
Class FileFinder

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

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

See Also:
Serialized Form

Constructor Summary
FileFinder(String pattern)
           
 
Method Summary
 List<String> find(File directory)
           
 List<String> invoke(File directory, 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 directory,
                           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 directory)


Copyright © 2004-2014. All Rights Reserved.