Uses of Interface
jenkins.util.io.PathRemover.PathChecker
-
Uses of PathRemover.PathChecker in hudson
Modifier and TypeMethodDescriptionstatic void
Util.deleteContentsRecursive
(Path path, PathRemover.PathChecker pathChecker) Deletes the given directory contents (but not the directory itself) recursively using a PathChecker.static void
Util.deleteRecursive
(Path dir, PathRemover.PathChecker pathChecker) Deletes the given directory and contents recursively using a filter. -
Uses of PathRemover.PathChecker in jenkins.util.io
Modifier and TypeFieldDescriptionstatic final PathRemover.PathChecker
PathRemover.PathChecker.ALLOW_ALL
Modifier and TypeMethodDescriptionstatic PathRemover
PathRemover.newFilteredRobustRemover
(PathRemover.PathChecker pathChecker, int maxRetries, boolean gcAfterFailedRemove, long waitBetweenRetries)