Class AzureArtifactManagerFactory
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ArtifactManagerFactory>
-
- jenkins.model.ArtifactManagerFactory
-
- com.microsoft.jenkins.artifactmanager.AzureArtifactManagerFactory
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ArtifactManagerFactory>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class AzureArtifactManagerFactory extends ArtifactManagerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureArtifactManagerFactory.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AzureArtifactManagerFactory(AzureArtifactConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureArtifactConfig
getConfig()
ArtifactManager
managerFor(Run<?,?> build)
-
Methods inherited from class jenkins.model.ArtifactManagerFactory
getDescriptor
-
-
-
-
Constructor Detail
-
AzureArtifactManagerFactory
@DataBoundConstructor public AzureArtifactManagerFactory(AzureArtifactConfig config)
-
-
Method Detail
-
getConfig
public AzureArtifactConfig getConfig()
-
managerFor
@CheckForNull public ArtifactManager managerFor(Run<?,?> build)
- Specified by:
managerFor
in classArtifactManagerFactory
-
-