Skip to content

Commit ea15b85

Browse files
committed
More strongly worded message.
1 parent 72d360f commit ea15b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ public boolean shouldClearAll(@Nonnull Run<?,?> build) {
297297
* and handles all aspects of making cloud artifact storage work smoothly in Jenkins
298298
* including the {@link VirtualFile} implementation, robust network error handling,
299299
* overall configuration UI, and more.
300+
* Implement this interface directly at your own risk.
300301
* @see <a href="https://github.com/jenkinsci/jep/blob/master/jep/202/README.adoc">JEP-202</a>
301302
*/
302303
@Restricted(Beta.class)

0 commit comments

Comments
 (0)