Interface HttpRepositoryConfiguration

All Superinterfaces:
ProxyRepositoryConfiguration, RepositoryConfiguration

public interface HttpRepositoryConfiguration extends RepositoryConfiguration, ProxyRepositoryConfiguration
Author:
Yoav Landman
  • Field Details

  • Method Details

    • getMaxUniqueSnapshots

      int getMaxUniqueSnapshots()
    • getMaxUniqueTags

      int getMaxUniqueTags()
    • isBlockPushingSchema1

      boolean isBlockPushingSchema1()
    • isSuppressPomConsistencyChecks

      boolean isSuppressPomConsistencyChecks()
    • isHandleReleases

      boolean isHandleReleases()
    • isHandleSnapshots

      boolean isHandleSnapshots()
    • getUrl

      String getUrl()
    • isBlackedOut

      boolean isBlackedOut()
    • getAssumedOfflinePeriodSecs

      long getAssumedOfflinePeriodSecs()
    • isFetchJarsEagerly

      boolean isFetchJarsEagerly()
    • isFetchSourcesEagerly

      boolean isFetchSourcesEagerly()
    • isHardFail

      boolean isHardFail()
    • getLocalAddress

      String getLocalAddress()
    • getMissedRetrievalCachePeriodSecs

      long getMissedRetrievalCachePeriodSecs()
    • getMetadataRetrievalTimeoutSecs

      long getMetadataRetrievalTimeoutSecs()
    • isOffline

      boolean isOffline()
    • getPassword

      String getPassword()
    • getPropertySets

      List<String> getPropertySets()
    • getRemoteRepoChecksumPolicyType

      String getRemoteRepoChecksumPolicyType()
    • getRetrievalCachePeriodSecs

      long getRetrievalCachePeriodSecs()
    • isShareConfiguration

      boolean isShareConfiguration()
    • getSocketTimeoutMillis

      int getSocketTimeoutMillis()
    • isStoreArtifactsLocally

      boolean isStoreArtifactsLocally()
    • isSynchronizeProperties

      boolean isSynchronizeProperties()
    • getUnusedArtifactsCleanupPeriodHours

      int getUnusedArtifactsCleanupPeriodHours()
    • getUsername

      String getUsername()
    • getRemoteRepoLayoutRef

      String getRemoteRepoLayoutRef()
    • isArchiveBrowsingEnabled

      boolean isArchiveBrowsingEnabled()
    • isXrayIndex

      boolean isXrayIndex()
    • getXrayDataTtl

      int getXrayDataTtl()
    • isDownloadRedirect

      boolean isDownloadRedirect()
    • isCdnRedirect

      boolean isCdnRedirect()
    • getPodsCdnUrl

      String getPodsCdnUrl()
    • isListRemoteFolderItems

      boolean isListRemoteFolderItems()
    • isRejectInvalidJars

      boolean isRejectInvalidJars()
    • isAllowAnyHostAuth

      boolean isAllowAnyHostAuth()
    • isEnableCookieManagement

      boolean isEnableCookieManagement()
    • isEnableTokenAuthentication

      boolean isEnableTokenAuthentication()
    • getQueryParams

      String getQueryParams()
    • getBowerRegistryUrl

      String getBowerRegistryUrl()
    • getComposerRegistryUrl

      String getComposerRegistryUrl()
    • getTerraformRegistryUrl

      String getTerraformRegistryUrl()
    • getTerraformProvidersUrl

      String getTerraformProvidersUrl()
    • getPodsSpecsRepoUrl

      String getPodsSpecsRepoUrl()
    • isPodsForceModifyIndex

      boolean isPodsForceModifyIndex()
    • getPyPIRegistryUrl

      String getPyPIRegistryUrl()
    • getPyPIRepositorySuffix

      String getPyPIRepositorySuffix()
    • getVcsType

      String getVcsType()
    • getVcsGitProvider

      String getVcsGitProvider()
    • getVcsGitDownloadUrl

      String getVcsGitDownloadUrl()
    • isBlockMismatchingMimeTypes

      boolean isBlockMismatchingMimeTypes()
    • getMismatchingMimeTypesOverrideList

      String getMismatchingMimeTypesOverrideList()
    • getClientTlsCertificate

      String getClientTlsCertificate()
    • getDownloadContextPath

      String getDownloadContextPath()
    • getFeedContextPath

      String getFeedContextPath()
    • getV3FeedUrl

      String getV3FeedUrl()
    • isExternalDependenciesEnabled

      boolean isExternalDependenciesEnabled()
    • getExternalDependenciesPatterns

      List<String> getExternalDependenciesPatterns()
    • getChartsBaseUrl

      String getChartsBaseUrl()
    • getGitRegistryUrl

      String getGitRegistryUrl()
    • getSymbolServerUrl

      String getSymbolServerUrl()
    • getDockerProjectId

      String getDockerProjectId()