@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @FunctionalInterface public static interface PathRemover.RetryStrategy
Modifier and Type | Method and Description |
---|---|
default String |
failureMessage(Path fileToRemove,
int retryCount) |
boolean |
shouldRetry(int retriesAttempted) |
Copyright © 2004–2021. All rights reserved.