Uses of Package
org.jenkinsci.remoting
Packages that use org.jenkinsci.remoting
Package
Description
Remoting infrastructure for Hudson.
TCP port forwarding over
hudson.remoting
.-
Classes in org.jenkinsci.remoting used by hudson.remotingClassDescriptionDecorator on
Callable.call()
to filter the execution.Indicates invalid state of the channel during the operation.Represents different roles two sides of the channel plays.Verifies that the callable is getting run on the intended recipient.Used byCallable
-like objects to designate the intended recipient of the callable, to help verify callables are running in JVMs that it is intended to run.This interface indicates objects which areSerializable
only for sending over the RemotingChannel
. -
Classes in org.jenkinsci.remoting used by hudson.remoting.forward
-
Classes in org.jenkinsci.remoting used by org.jenkinsci.remotingClassDescriptionRepresents different roles two sides of the channel plays.Verifies that the callable is getting run on the intended recipient.Used by
Callable
-like objects to designate the intended recipient of the callable, to help verify callables are running in JVMs that it is intended to run.