File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/java/org/jenkinsci/plugins/workflow/flow Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -291,8 +291,12 @@ public boolean shouldClearAll(@Nonnull Run<?,?> build) {
291291
292292 /**
293293 * Mixin interface for an {@link ArtifactManager} which supports specialized stash behavior as well.
294- * The recommended standard implementation is in the plugin currently named {@code artifact-manager-s3},
295- * which in turn supports extensibility to various cloud providers.
294+ * <p>The recommended standard implementation is {@code JCloudsArtifactManager}
295+ * in the plugin currently named {@code artifact-manager-s3}.
296+ * This in turn supports extensibility to various cloud providers,
297+ * and handles all aspects of making cloud artifact storage work smoothly in Jenkins
298+ * including the {@link VirtualFile} implementation, robust network error handling,
299+ * overall configuration UI, and more.
296300 * @see <a href="https://github.com/jenkinsci/jep/blob/master/jep/202/README.adoc">JEP-202</a>
297301 */
298302 @ Restricted (Beta .class )
You can’t perform that action at this time.
0 commit comments