diff --git a/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java b/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java index 3c91f56c..81814784 100644 --- a/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java +++ b/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java @@ -297,6 +297,7 @@ public boolean shouldClearAll(@Nonnull Run build) { * and handles all aspects of making cloud artifact storage work smoothly in Jenkins * including the {@link VirtualFile} implementation, robust network error handling, * overall configuration UI, and more. + * Implement this interface directly at your own risk. * @see JEP-202 */ @Restricted(Beta.class)