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> TFilePath.act(FilePath.FileCallable<T> callable) Executes some program on the machine that thisFilePathexists, 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 thisFilePathexists, 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 classprotected static final class -
Uses of FilePath.FileCallable in jenkins
Classes in jenkins that implement FilePath.FileCallableModifier and TypeClassDescriptionclassFilePath.FileCallables that are meant to be only used on the master.classDeprecated.
SlaveToMasterCallableinstead (and only if you really have to), and think carefully about the security implications.