Class FileSystemFacadeUtil
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.diskusage.FileSystemFacadeUtil
-
public class FileSystemFacadeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSystemFacadeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getSize(Path start, Predicate<? super Path> shouldVisitDirectory)
static boolean
isMonitored(String relativeBuildPath)
static Path
resolveInternalArtifactsPath(Path path)
static Path
resolveLogsPath(Path path)
-
-
-
Method Detail
-
isMonitored
public static boolean isMonitored(@NotNull String relativeBuildPath)
-
getSize
public static long getSize(Path start, @Nullable Predicate<? super Path> shouldVisitDirectory) throws IOException
- Throws:
IOException
-
-