Class Cache.DirectorySize

java.lang.Object
jenkins.MasterToSlaveFileCallable<Long>
jenkins.plugins.jobcacher.Cache.DirectorySize
All Implemented Interfaces:
FilePath.FileCallable<Long>, Serializable, org.jenkinsci.remoting.RoleSensitive
Enclosing class:
Cache

public static class Cache.DirectorySize extends MasterToSlaveFileCallable<Long>
Utility class to calculate the size of a potentially remote directory given a pattern and excludes.
See Also:
  • Constructor Details

    • DirectorySize

      public DirectorySize(String glob, String excludes)
  • Method Details