protected static final class TemporarySpaceMonitor.GetTempSpace extends MasterToSlaveFileCallable<DiskSpaceMonitorDescriptor.DiskSpace>
| Modifier | Constructor and Description |
|---|---|
protected |
GetTempSpace() |
| Modifier and Type | Method and Description |
|---|---|
DiskSpaceMonitorDescriptor.DiskSpace |
invoke(File f,
hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located.
|
checkRolespublic DiskSpaceMonitorDescriptor.DiskSpace invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException
FilePath.FileCallableAll the exceptions are forwarded to the caller.
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.IOExceptionCopyright © 2019. All rights reserved.