Class MSTestTransformer

    • Method Detail

      • invoke

        public Boolean invoke​(File ws,
                              hudson.remoting.VirtualChannel channel)
                       throws IOException
        Performs the computational task on the node where the data is located.

        All the exceptions are forwarded to the caller.

        Parameters:
        ws - File that represents the local file that FilePath has represented.
        channel - The "back pointer" of the Channel that represents the communication with the node from where the code was sent.
        Throws:
        IOException