Package org.artifactory.repo
Interface LocalRepositoryConfiguration
- All Superinterfaces:
RepositoryConfiguration
- All Known Subinterfaces:
FederatedRepositoryConfiguration
- Author:
- Yoav Landman
-
Field Summary
FieldsFields inherited from interface org.artifactory.repo.RepositoryConfiguration
TYPE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface org.artifactory.repo.RepositoryConfiguration
getDescription, getDockerApiVersion, getExcludesPattern, getIncludesPattern, getKey, getNotes, getPackageType, getPrimaryKeyPairRef, getRepoLayoutRef, getSecondaryKeyPairRef, getSignedUrlTtl, getType, isCargoAnonymousAccess, isCargoInternalIndex, isDdebSupported, isDebianTrivialLayout, isEnableBowerSupport, isEnableChefSupport, isEnableCocoaPodsSupport, isEnableComposerSupport, isEnableConanSupport, isEnableDebianSupport, isEnableDistRepoSupport, isEnableDockerSupport, isEnableGemsSupport, isEnableGitLfsSupport, isEnableNormalizedVersion, isEnableNpmSupport, isEnableNuGetSupport, isEnablePuppetSupport, isEnablePypiSupport, isEnableVagrantSupport, isForceConanAuthentication, isForceMetadataNameVersion, isForceNonDuplicateChart, isForceNugetAuthentication, isForceP2Authentication, setEnableBowerSupport, setEnableChefSupport, setEnableCocoaPodsSupport, setEnableComposerSupport, setEnableConanSupport, setEnableDebianSupport, setEnableDistRepoSupport, setEnableDockerSupport, setEnableGitLfsSupport, setEnableNpmSupport, setEnablePuppetSupport, setEnablePypiSupport, setEnableVagrantSupport
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
isBlackedOut
boolean isBlackedOut() -
getChecksumPolicyType
String getChecksumPolicyType() -
isHandleReleases
boolean isHandleReleases() -
isHandleSnapshots
boolean isHandleSnapshots() -
getMaxUniqueSnapshots
int getMaxUniqueSnapshots() -
getMaxUniqueTags
int getMaxUniqueTags() -
isBlockPushingSchema1
boolean isBlockPushingSchema1() -
getPropertySets
-
getOptionalIndexCompressionFormats
-
getSnapshotVersionBehavior
String getSnapshotVersionBehavior() -
isSuppressPomConsistencyChecks
boolean isSuppressPomConsistencyChecks() -
isArchiveBrowsingEnabled
boolean isArchiveBrowsingEnabled() -
isXrayIndex
boolean isXrayIndex() -
getXrayDataTtl
int getXrayDataTtl() -
isDownloadRedirect
boolean isDownloadRedirect() -
isCdnRedirect
boolean isCdnRedirect() -
isPriorityResolution
boolean isPriorityResolution() -
isCalculateYumMetadata
boolean isCalculateYumMetadata() -
isEnableFileListsIndexing
boolean isEnableFileListsIndexing() -
getYumRootDepth
int getYumRootDepth() -
getYumGroupFileNames
String getYumGroupFileNames() -
getDockerTagRetention
int getDockerTagRetention() -
isEnableComposerV1Indexing
boolean isEnableComposerV1Indexing() -
getTerraformType
String getTerraformType() -
isEncryptStates
boolean isEncryptStates()
-