Uses of Interface
jenkins.util.io.PathRemover.PathChecker
Packages that use PathRemover.PathChecker
-
Uses of PathRemover.PathChecker in hudson
Methods in hudson with parameters of type PathRemover.PathCheckerModifier 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
Fields in jenkins.util.io declared as PathRemover.PathCheckerModifier and TypeFieldDescriptionstatic final PathRemover.PathChecker
PathRemover.PathChecker.ALLOW_ALL
Methods in jenkins.util.io with parameters of type PathRemover.PathCheckerModifier and TypeMethodDescriptionstatic PathRemover
PathRemover.newFilteredRobustRemover
(PathRemover.PathChecker pathChecker, int maxRetries, boolean gcAfterFailedRemove, long waitBetweenRetries)