Uses of Class
com.microsoft.jenkins.artifactmanager.AzureArtifactConfig
-
-
Uses of AzureArtifactConfig in com.microsoft.jenkins.artifactmanager
Methods in com.microsoft.jenkins.artifactmanager that return AzureArtifactConfig Modifier and Type Method Description static AzureArtifactConfig
AzureArtifactConfig. get()
static AzureArtifactConfig
Utils. getArtifactConfig()
AzureArtifactConfig
AzureArtifactManagerFactory. getConfig()
Constructors in com.microsoft.jenkins.artifactmanager with parameters of type AzureArtifactConfig Constructor Description AzureArtifactManager(Run<?,?> build, AzureArtifactConfig config)
AzureArtifactManagerFactory(AzureArtifactConfig config)
-