com.xebialabs.deployit.ci.util
Class FileFinder

java.lang.Object
  extended by com.xebialabs.deployit.ci.util.FileFinder
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.util.List<java.lang.String>>, java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FileFinder(java.lang.String pattern)
           
 
Method Summary
 java.util.List<java.lang.String> invoke(java.io.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(java.lang.String pattern)
Method Detail

invoke

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