Skip to content

Commit e54f030

Browse files
committed
More info on JCloudsArtifactManager.
1 parent ebc0383 commit e54f030

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)