Package | Description |
---|---|
hudson | |
jenkins.util.io |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
static PathRemover.PathChecker |
PathRemover.PathChecker.ALLOW_ALL |
Modifier and Type | Method and Description |
---|---|
static PathRemover |
PathRemover.newFilteredRobustRemover(PathRemover.PathChecker pathChecker,
int maxRetries,
boolean gcAfterFailedRemove,
long waitBetweenRetries) |
Copyright © 2004–2021. All rights reserved.