Package jenkins.model

Class ArtifactManagerFactory

All Implemented Interfaces:
ExtensionPoint, Describable<ArtifactManagerFactory>

public abstract class ArtifactManagerFactory extends AbstractDescribableImpl<ArtifactManagerFactory> implements ExtensionPoint
Pluggable ability to manage transfer and/or storage of build artifacts. The descriptor should specify at least a display name, and optionally a config view. Since the user can configure this class, you must have a DataBoundConstructor.
Since:
1.532
See Also: