org.jenkins.plugins.cloudbees.util
Class FileFinder
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileFinder
public FileFinder(String pattern)
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-2011. All Rights Reserved.