Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
import org.kohsuke.accmod.restrictions.NoExternalUse;

/**
* Artifact manager that stores files in a JClouds BlobStore using any of JClouds supported backends
* Jenkins artifact/stash implementation using any blob store supported by Apache jclouds.
* To offer a new backend, implement {@link BlobStoreProvider}.
*/
@Restricted(NoExternalUse.class)
public final class JCloudsArtifactManager extends ArtifactManager implements StashManager.StashAwareArtifactManager {
Expand Down