Uses of Interface
hudson.FilePath.FileCallable
-
Packages that use FilePath.FileCallable Package Description hudson hudson.node_monitors Code that monitors the health of agentsjenkins -
-
Uses of FilePath.FileCallable in hudson
Methods in hudson with parameters of type FilePath.FileCallable Modifier and Type Method Description <T> T
FilePath. act(FilePath.FileCallable<T> callable)
Executes some program on the machine that thisFilePath
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 thisFilePath
exists, so that one can perform local file operations.<V> hudson.remoting.Callable<V,IOException>
FilePath. asCallableWith(FilePath.FileCallable<V> task)
-
Uses of FilePath.FileCallable in hudson.node_monitors
Classes in hudson.node_monitors that implement FilePath.FileCallable Modifier and Type Class Description protected static class
DiskSpaceMonitorDescriptor.GetUsableSpace
protected static class
TemporarySpaceMonitor.GetTempSpace
-
Uses of FilePath.FileCallable in jenkins
Classes in jenkins that implement FilePath.FileCallable Modifier and Type Class Description class
MasterToSlaveFileCallable<T>
FilePath.FileCallable
s that are meant to be only used on the master.class
SlaveToMasterFileCallable<T>
Deprecated.UseSlaveToMasterCallable
instead (and only if you really have to), and think carefully about the security implications.
-