Uses of Interface
hudson.FilePath.FileCallable
Packages that use FilePath.FileCallable
Package
Description
Code that monitors the health of agents
-
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 could run on an agent.classDeprecated. -
Uses of FilePath.FileCallable in jenkins.agents
Subinterfaces of FilePath.FileCallable in jenkins.agentsModifier and TypeInterfaceDescriptioninterfaceFilePath.FileCallablemeant to be serialized then run on an agent.
SlaveToMasterCallableinstead (and only if you really have to), and think carefully about the security implications.