Uses of Interface
hudson.FilePath.FileCallable
Packages that use FilePath.FileCallable
-
Uses of FilePath.FileCallable in hudson
Methods in hudson with parameters of type FilePath.FileCallableModifier and TypeMethodDescription<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.FileCallableModifier and TypeClassDescriptionprotected static final class
protected static final class
-
Uses of FilePath.FileCallable in jenkins
Classes in jenkins that implement FilePath.FileCallableModifier and TypeClassDescriptionclass
FilePath.FileCallable
s that are meant to be only used on the master.class
Deprecated.
SlaveToMasterCallable
instead (and only if you really have to), and think carefully about the security implications.