Uses of Interface
hudson.remoting.Callable
Packages that use Callable
-
Uses of Callable in hudson.remoting
Subinterfaces of Callable in hudson.remotingModifier and TypeInterfaceDescriptioninterface
DelegatingCallable<V,
T extends Throwable> Callable
that nominates another classloader for serialization.Methods in hudson.remoting with parameters of type CallableModifier and TypeMethodDescription<V,
T extends Throwable>
VMakes a remote procedure call.<V,
T extends Throwable>
V<V,
T extends Throwable>
VMakes a remote procedure call.Makes an asynchronous remote procedure call.Makes an asynchronous remote procedure call.boolean
Channel.preloadJar
(Callable<?, ?> classLoaderRef, Class<?>... classesInJar) Preloads jar files on the remote side. -
Uses of Callable in org.jenkinsci.remoting
Methods in org.jenkinsci.remoting that return CallableModifier and TypeMethodDescriptionCallableDecorator.userRequest
(Callable<V, T> op, Callable<V, T> stem) Used to specifically decorate user-providedCallable
execution.Methods in org.jenkinsci.remoting with parameters of type Callable