Package hudson.plugins.disk_usage
Class DiskUsageUtil.DiskUsageCallable
- java.lang.Object
-
- hudson.plugins.disk_usage.DiskUsageUtil.DiskUsageCallable
-
- All Implemented Interfaces:
hudson.remoting.Callable<Long,IOException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- DiskUsageUtil
public static class DiskUsageUtil.DiskUsageCallable extends Object implements hudson.remoting.Callable<Long,IOException>
ACallable
which computes disk usage of remote file object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiskUsageCallable(FilePath filePath, List<FilePath> exceedFilesPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
call()
void
checkRoles(org.jenkinsci.remoting.RoleChecker rc)
-
-
-
Field Detail
-
LOGGER
public static final Logger LOGGER
-
-
Method Detail
-
call
public Long call() throws IOException
- Specified by:
call
in interfacehudson.remoting.Callable<Long,IOException>
- Throws:
IOException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker rc) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
-