Uses of Interface
hudson.FilePath.FileCallable
Package
Description
Code that monitors the health of agents
-
Uses of FilePath.FileCallable in hudson
Modifier 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
Modifier and TypeClassDescriptionprotected static final class
protected static final class
-
Uses of FilePath.FileCallable in jenkins
Modifier and TypeClassDescriptionclass
FilePath.FileCallable
s that could run on an agent.class
Deprecated. -
Uses of FilePath.FileCallable in jenkins.agents
Modifier and TypeInterfaceDescriptioninterface
FilePath.FileCallable
meant to be serialized then run on an agent.
SlaveToMasterCallable
instead (and only if you really have to), and think carefully about the security implications.