Package org.artifactory.repo
Interface HttpRepositoryConfiguration
-
- All Superinterfaces:
RepositoryConfiguration
public interface HttpRepositoryConfiguration extends RepositoryConfiguration
- Author:
- Yoav Landman
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE-
Fields inherited from interface org.artifactory.repo.RepositoryConfiguration
TYPE_KEY
-
-
Method Summary
-
Methods inherited from interface org.artifactory.repo.RepositoryConfiguration
getDescription, getDockerApiVersion, getExcludesPattern, getIncludesPattern, getKey, getKeyPairRef, getNotes, getPackageType, getRepoLayoutRef, getType, isDebianTrivialLayout, isEnableBowerSupport, isEnableCocoaPodsSupport, isEnableComposerSupport, isEnableConanSupport, isEnabledChefSupport, isEnableDebianSupport, isEnableDistRepoSupport, isEnableDockerSupport, isEnableGemsSupport, isEnableGitLfsSupport, isEnableNpmSupport, isEnableNuGetSupport, isEnablePuppetSupport, isEnablePypiSupport, isEnableVagrantSupport, isForceNugetAuthentication, setEnableBowerSupport, setEnableChefSupport, setEnableCocoaPodsSupport, setEnableComposerSupport, setEnableConanSupport, setEnableDebianSupport, setEnableDistRepoSupport, setEnableDockerSupport, setEnableGitLfsSupport, setEnableNpmSupport, setEnablePuppetSupport, setEnablePypiSupport, setEnableVagrantSupport
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaxUniqueSnapshots
int getMaxUniqueSnapshots()
-
getMaxUniqueTags
int getMaxUniqueTags()
-
isBlockPushingSchema1
boolean isBlockPushingSchema1()
-
isSuppressPomConsistencyChecks
boolean isSuppressPomConsistencyChecks()
-
isHandleReleases
boolean isHandleReleases()
-
isHandleSnapshots
boolean isHandleSnapshots()
-
getUrl
java.lang.String getUrl()
-
isBlackedOut
boolean isBlackedOut()
-
getAssumedOfflinePeriodSecs
long getAssumedOfflinePeriodSecs()
-
isFetchJarsEagerly
boolean isFetchJarsEagerly()
-
isFetchSourcesEagerly
boolean isFetchSourcesEagerly()
-
isHardFail
boolean isHardFail()
-
getLocalAddress
java.lang.String getLocalAddress()
-
getMissedRetrievalCachePeriodSecs
long getMissedRetrievalCachePeriodSecs()
-
isOffline
boolean isOffline()
-
getPassword
java.lang.String getPassword()
-
getPropertySets
java.util.List<java.lang.String> getPropertySets()
-
getProxy
java.lang.String getProxy()
-
getRemoteRepoChecksumPolicyType
java.lang.String getRemoteRepoChecksumPolicyType()
-
getRetrievalCachePeriodSecs
long getRetrievalCachePeriodSecs()
-
isShareConfiguration
boolean isShareConfiguration()
-
getSocketTimeoutMillis
int getSocketTimeoutMillis()
-
isStoreArtifactsLocally
boolean isStoreArtifactsLocally()
-
isSynchronizeProperties
boolean isSynchronizeProperties()
-
getUnusedArtifactsCleanupPeriodHours
int getUnusedArtifactsCleanupPeriodHours()
-
getUsername
java.lang.String getUsername()
-
getRemoteRepoLayoutRef
java.lang.String getRemoteRepoLayoutRef()
-
isArchiveBrowsingEnabled
boolean isArchiveBrowsingEnabled()
-
isXrayIndex
boolean isXrayIndex()
-
isDownloadRedirect
boolean isDownloadRedirect()
-
isCdnRedirect
boolean isCdnRedirect()
-
isListRemoteFolderItems
boolean isListRemoteFolderItems()
-
isRejectInvalidJars
boolean isRejectInvalidJars()
-
isAllowAnyHostAuth
boolean isAllowAnyHostAuth()
-
isEnableCookieManagement
boolean isEnableCookieManagement()
-
isEnableTokenAuthentication
boolean isEnableTokenAuthentication()
-
getQueryParams
java.lang.String getQueryParams()
-
getBowerRegistryUrl
java.lang.String getBowerRegistryUrl()
-
getComposerRegistryUrl
java.lang.String getComposerRegistryUrl()
-
getPodsSpecsRepoUrl
java.lang.String getPodsSpecsRepoUrl()
-
getPyPIRegistryUrl
java.lang.String getPyPIRegistryUrl()
-
getPyPIRepositorySuffix
java.lang.String getPyPIRepositorySuffix()
-
getVcsType
java.lang.String getVcsType()
-
getVcsGitProvider
java.lang.String getVcsGitProvider()
-
getVcsGitDownloadUrl
java.lang.String getVcsGitDownloadUrl()
-
isBlockMismatchingMimeTypes
boolean isBlockMismatchingMimeTypes()
-
getMismatchingMimeTypesOverrideList
java.lang.String getMismatchingMimeTypesOverrideList()
-
getClientTlsCertificate
java.lang.String getClientTlsCertificate()
-
getDownloadContextPath
java.lang.String getDownloadContextPath()
-
getFeedContextPath
java.lang.String getFeedContextPath()
-
getV3FeedUrl
java.lang.String getV3FeedUrl()
-
isExternalDependenciesEnabled
boolean isExternalDependenciesEnabled()
-
getExternalDependenciesPatterns
java.util.List<java.lang.String> getExternalDependenciesPatterns()
-
-