Package hudson.node_monitors
Class DiskSpaceMonitorDescriptor.GetUsableSpace
java.lang.Object
jenkins.MasterToSlaveFileCallable<DiskSpaceMonitorDescriptor.DiskSpace>
hudson.node_monitors.DiskSpaceMonitorDescriptor.GetUsableSpace
- All Implemented Interfaces:
- FilePath.FileCallable<DiskSpaceMonitorDescriptor.DiskSpace>,- Serializable,- ControllerToAgentFileCallable<DiskSpaceMonitorDescriptor.DiskSpace>,- org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- DiskSpaceMonitorDescriptor
protected static final class DiskSpaceMonitorDescriptor.GetUsableSpace
extends MasterToSlaveFileCallable<DiskSpaceMonitorDescriptor.DiskSpace>
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionPerforms the computational task on the node where the data is located.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.agents.ControllerToAgentFileCallablecheckRoles
- 
Constructor Details- 
GetUsableSpacepublic GetUsableSpace()
 
- 
- 
Method Details- 
invokepublic DiskSpaceMonitorDescriptor.DiskSpace invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException Description copied from interface:FilePath.FileCallablePerforms the computational task on the node where the data is located.All the exceptions are forwarded to the caller. - Parameters:
- f-- Filethat represents the local file that- FilePathhas represented.
- channel- The "back pointer" of the- Channelthat represents the communication with the node from where the code was sent.
- Throws:
- IOException
 
 
-