net.praqma.hudson.nametemplates
Class FileTemplate.FileFoundable

java.lang.Object
  extended by net.praqma.hudson.nametemplates.FileTemplate.FileFoundable
All Implemented Interfaces:
hudson.FilePath.FileCallable<String>, Serializable
Enclosing class:
FileTemplate

public class FileTemplate.FileFoundable
extends Object
implements hudson.FilePath.FileCallable<String>

See Also:
Serialized Form

Field Summary
 String filename
           
 
Constructor Summary
FileTemplate.FileFoundable(String filename)
           
 
Method Summary
 String invoke(File f, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

public final String filename
Constructor Detail

FileTemplate.FileFoundable

public FileTemplate.FileFoundable(String filename)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.