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 longgetSize(Path start, Predicate<? super Path> shouldVisitDirectory)static booleanisMonitored(String relativeBuildPath)static PathresolveInternalArtifactsPath(Path path)static PathresolveLogsPath(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
-
-