Uses of Interface
jenkins.util.io.PathRemover.PathChecker
-
Packages that use PathRemover.PathChecker Package Description hudson jenkins.util.io -
-
Uses of PathRemover.PathChecker in hudson
Methods in hudson with parameters of type PathRemover.PathChecker Modifier and Type Method Description static 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.PathChecker Modifier and Type Field Description static PathRemover.PathChecker
PathRemover.PathChecker. ALLOW_ALL
Methods in jenkins.util.io with parameters of type PathRemover.PathChecker Modifier and Type Method Description static PathRemover
PathRemover. newFilteredRobustRemover(PathRemover.PathChecker pathChecker, int maxRetries, boolean gcAfterFailedRemove, long waitBetweenRetries)
-