Class DiskSpaceMonitorDescriptor.GetUsableSpace

    • Constructor Detail

      • GetUsableSpace

        public GetUsableSpace()
    • Method Detail

      • invoke

        public DiskSpaceMonitorDescriptor.DiskSpace invoke​(File f,
                                                           hudson.remoting.VirtualChannel channel)
                                                    throws IOException
        Description copied from interface: FilePath.FileCallable
        Performs the computational task on the node where the data is located.

        All the exceptions are forwarded to the caller.

        Parameters:
        f - 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