Package hudson.util

Interface ProcessTree.ProcessCallable<T>

    • Method Detail

      • invoke

        T invoke​(ProcessTree.OSProcess process,
                 hudson.remoting.VirtualChannel channel)
          throws IOException
        Performs the computational task on the node where the data is located.
        Parameters:
        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.
        Throws:
        IOException