public static interface ProcessTree.ProcessCallable<T> extends Serializable
ProcessTree.OSProcess is local.
Used to act on ProcessTree.OSProcess.| Modifier and Type | Method and Description |
|---|---|
T |
invoke(ProcessTree.OSProcess process,
hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located.
|
T invoke(ProcessTree.OSProcess process, hudson.remoting.VirtualChannel channel) throws IOException
process - ProcessTree.OSProcess that represents the local process.channel - The "back pointer" of the Channel that represents the communication
with the node from where the code was sent.IOExceptionCopyright © 2019. All rights reserved.