Class ArtifactoryGenericArtifactConfig

java.lang.Object
hudson.model.AbstractDescribableImpl<ArtifactoryGenericArtifactConfig>
io.jenkins.plugins.artifactory_artifacts.ArtifactoryGenericArtifactConfig
All Implemented Interfaces:
Describable<ArtifactoryGenericArtifactConfig>, Serializable

@Extension public class ArtifactoryGenericArtifactConfig extends AbstractDescribableImpl<ArtifactoryGenericArtifactConfig> implements Serializable
See Also:
  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • DEFAULT_MAX_UPLOAD_RETRIES

      public static final int DEFAULT_MAX_UPLOAD_RETRIES
      See Also:
    • DEFAULT_RETRY_DELAY_SECONDS

      public static final int DEFAULT_RETRY_DELAY_SECONDS
      See Also:
  • Constructor Details

    • ArtifactoryGenericArtifactConfig

      @DataBoundConstructor public ArtifactoryGenericArtifactConfig()
    • ArtifactoryGenericArtifactConfig

      public ArtifactoryGenericArtifactConfig(String storageCredentialId, String serverUrl, String repository, String prefix)
    • ArtifactoryGenericArtifactConfig

      public ArtifactoryGenericArtifactConfig(String storageCredentialId, String serverUrl, String repository, String prefix, int maxUploadRetries, int retryDelaySeconds)
  • Method Details

    • getStorageCredentialId

      public String getStorageCredentialId()
    • setStorageCredentialId

      @DataBoundSetter public void setStorageCredentialId(String storageCredentialId)
    • getServerUrl

      public String getServerUrl()
    • setServerUrl

      @DataBoundSetter public void setServerUrl(String serverUrl)
    • getRepository

      public String getRepository()
    • setRepository

      @DataBoundSetter public void setRepository(String repository)
    • getPrefix

      public String getPrefix()
    • setPrefix

      @DataBoundSetter public void setPrefix(String prefix)
    • getMaxUploadRetries

      public int getMaxUploadRetries()
    • setMaxUploadRetries

      @DataBoundSetter public void setMaxUploadRetries(int maxUploadRetries)
    • getRetryDelaySeconds

      public int getRetryDelaySeconds()
    • setRetryDelaySeconds

      @DataBoundSetter public void setRetryDelaySeconds(int retryDelaySeconds)
    • get

      public static ArtifactoryGenericArtifactConfig get()