Uses of Interface
hudson.FilePath.FileCallable

Packages that use FilePath.FileCallable
hudson   
hudson.node_monitors Code that monitors the health of slaves 
 

Uses of FilePath.FileCallable in hudson
 

Methods in hudson with parameters of type FilePath.FileCallable
<T> T
FilePath.act(FilePath.FileCallable<T> callable)
          Executes some program on the machine that this FilePath exists, so that one can perform local file operations.
<T> hudson.remoting.Future<T>
FilePath.actAsync(FilePath.FileCallable<T> callable)
          Executes some program on the machine that this FilePath exists, so that one can perform local file operations.
 

Uses of FilePath.FileCallable in hudson.node_monitors
 

Classes in hudson.node_monitors that implement FilePath.FileCallable
protected static class TemporarySpaceMonitor.GetTempSpace
           
 



Copyright © 2004-2013. All Rights Reserved.