Package org.artifactory.repo
Interface ReleaseBundlesRepositoryConfiguration
-
- All Superinterfaces:
RepositoryConfiguration
public interface ReleaseBundlesRepositoryConfiguration extends RepositoryConfiguration
- Author:
- Nadav Yogev
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE
-
Fields inherited from interface org.artifactory.repo.RepositoryConfiguration
TYPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isXrayIndex()
-
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 String TYPE
- See Also:
- Constant Field Values
-
-