Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(int, Artifact) - Method in class org.artifactory.build.ArtifactList
- add(int, Dependency) - Method in class org.artifactory.build.DependencyList
- add(int, ReleaseStatus) - Method in class org.artifactory.build.ReleaseStatusList
- add(Artifact) - Method in class org.artifactory.build.ArtifactList
- add(Dependency) - Method in class org.artifactory.build.DependencyList
- add(ReleaseStatus) - Method in class org.artifactory.build.ReleaseStatusList
- addAll(int, Collection) - Method in class org.artifactory.build.ArtifactList
- addAll(int, Collection) - Method in class org.artifactory.build.DependencyList
- addAll(int, Collection) - Method in class org.artifactory.build.ReleaseStatusList
- addAll(Collection) - Method in class org.artifactory.build.ArtifactList
- addAll(Collection) - Method in class org.artifactory.build.DependencyList
- addAll(Collection) - Method in class org.artifactory.build.ReleaseStatusList
- addChecksumInfo(ChecksumInfo) - Method in class org.artifactory.checksum.ChecksumsInfo
-
Adds new checksum info.
- ADDITIVE - Enum constant in enum class org.artifactory.security.RealmPolicy
-
Executed additionally if at least one of the previous authentication provider has succeeded
- alg() - Method in enum class org.artifactory.checksum.ChecksumType
- alterPath(CloseableHttpResponse, RepoPath) - Method in interface org.artifactory.request.RequestContext
- aql(String, AqlResultHandler) - Method in interface org.artifactory.search.Searches
-
Perform a search using Artifactory Query Language (AQL).
- AqlResult - Interface in org.artifactory.search.aql
-
Iterable AQL search result interface for the Artifactory public API.
- AqlResultHandler - Interface in org.artifactory.search.aql
-
AQL result handler interface
- ARCHIVE_SEP - Static variable in interface org.artifactory.repo.RepoPath
- Artifact - Class in org.artifactory.build
-
A basic build run info holder
- Artifact(FileInfo, String) - Constructor for class org.artifactory.build.Artifact
- ArtifactList - Class in org.artifactory.build
- artifactsByGavc(String, String, String, String, String...) - Method in interface org.artifactory.search.Searches
- artifactsByName(String, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts by name
- artifactsBySha1(String, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts by their checksum values
- artifactsBySha256(String, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts by their checksum values
- artifactsCreatedOrModifiedInRange(Calendar, Calendar, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts created or modified within a date range
- artifactsNotDownloadedSince(Calendar, Calendar, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts not downloaded since the specified date, searches for both locally and remotely downloaded stats, using smart remote repository stats where applicable.
- asMap() - Method in interface org.artifactory.md.PropertiesInfo
B
- BASE_CHECKSUM_TYPES - Static variable in enum class org.artifactory.checksum.ChecksumType
- BinaryHeaders - Class in org.artifactory.binary.headers
-
Binary checksum and content length to populate the metadata part of org.jfrog.storage.binstore.ifc.BinaryStream This will be set if they are known at that stage. requests from clients that does not include content length on upload will not populate content length part.
- BinaryHeaders() - Constructor for class org.artifactory.binary.headers.BinaryHeaders
- BuildId - Interface in org.artifactory.build
-
A basic build id info holder
- BuildRun - Interface in org.artifactory.build
-
A basic build run info holder
- BuildRunImpl - Class in org.artifactory.build
- BuildRunImpl(long, String, String, String, String, String, String, String) - Constructor for class org.artifactory.build.BuildRunImpl
- BuildRunImpl(BuildRun) - Constructor for class org.artifactory.build.BuildRunImpl
- BuildRunImpl(String, String, String) - Constructor for class org.artifactory.build.BuildRunImpl
- BuildRunImpl(String, String, String, String) - Constructor for class org.artifactory.build.BuildRunImpl
- BuildRunImpl(String, String, String, String, String, String) - Constructor for class org.artifactory.build.BuildRunImpl
- BuildRunImpl(String, String, Date) - Constructor for class org.artifactory.build.BuildRunImpl
- Builds - Interface in org.artifactory.build
- buildsByArtifactSha1(String) - Method in interface org.artifactory.search.Searches
-
Find all build runs that produced the artifact with the provided sha1 checksum
- buildsByArtifactSha1(String, String) - Method in interface org.artifactory.search.Searches
-
Find all build runs that produced the artifact with the provided sha1 checksum
- buildsByDependencySha1(String) - Method in interface org.artifactory.search.Searches
-
Find all build runs that used a dependency with the provided sha1 checksum
- buildsByDependencySha1(String, String) - Method in interface org.artifactory.search.Searches
-
Find all build runs that used a dependency with the provided sha1 checksum
- BuildStagingStrategy - Class in org.artifactory.build.staging
- BuildStagingStrategy() - Constructor for class org.artifactory.build.staging.BuildStagingStrategy
C
- canAdmin(RepoPath) - Method in interface org.artifactory.security.Security
-
Deprecated.
- canAnnotate(RepoPath) - Method in interface org.artifactory.security.Security
- CancelException - Exception Class in org.artifactory.exception
-
An exception used to indicate cancellation of an action with an appropriate status error code to return.
- CancelException(String, int) - Constructor for exception class org.artifactory.exception.CancelException
- CancelException(String, Throwable, int) - Constructor for exception class org.artifactory.exception.CancelException
- canDelete(RepoPath) - Method in interface org.artifactory.security.Security
- canDeploy(RepoPath) - Method in interface org.artifactory.security.Security
- canManage(RepoPath) - Method in interface org.artifactory.security.Security
- canRead(RepoPath) - Method in interface org.artifactory.security.Security
- ChecksumInfo - Class in org.artifactory.checksum
-
Holds original and calculated values of a checksum.
- ChecksumInfo() - Constructor for class org.artifactory.checksum.ChecksumInfo
- ChecksumInfo(ChecksumType, String, String) - Constructor for class org.artifactory.checksum.ChecksumInfo
- ChecksumInfo(ChecksumType, String, String, boolean) - Constructor for class org.artifactory.checksum.ChecksumInfo
- ChecksumsInfo - Class in org.artifactory.checksum
-
A container class to manage a collection of checksums, with isIdentical and other equals, hashCode goodies.
- ChecksumsInfo() - Constructor for class org.artifactory.checksum.ChecksumsInfo
- ChecksumsInfo(ChecksumsInfo) - Constructor for class org.artifactory.checksum.ChecksumsInfo
- ChecksumsInfo.ChecksumsInfoAdapter - Class in org.artifactory.checksum
- ChecksumsInfo.ChecksumsInfoWrapper - Class in org.artifactory.checksum
- ChecksumsInfoAdapter() - Constructor for class org.artifactory.checksum.ChecksumsInfo.ChecksumsInfoAdapter
- ChecksumsInfoWrapper() - Constructor for class org.artifactory.checksum.ChecksumsInfo.ChecksumsInfoWrapper
- checksumsMatch() - Method in class org.artifactory.checksum.ChecksumInfo
- ChecksumType - Enum Class in org.artifactory.checksum
- clear() - Method in class org.artifactory.build.ArtifactList
- clear() - Method in class org.artifactory.build.DependencyList
- clear() - Method in class org.artifactory.build.ReleaseStatusList
- clear() - Method in interface org.artifactory.md.MutablePropertiesInfo
- close() - Method in interface org.artifactory.resource.ResourceStreamHandle
-
Closes the underlying input stream
- CONFLICT - Enum constant in enum class org.artifactory.md.Properties.MatchResult
- contains(Object) - Method in class org.artifactory.build.ArtifactList
- contains(Object) - Method in class org.artifactory.build.DependencyList
- contains(Object) - Method in class org.artifactory.build.ReleaseStatusList
- containsAll(Collection) - Method in class org.artifactory.build.ArtifactList
- containsAll(Collection) - Method in class org.artifactory.build.DependencyList
- containsAll(Collection) - Method in class org.artifactory.build.ReleaseStatusList
- containsKey(String) - Method in interface org.artifactory.md.PropertiesInfo
- copy() - Method in interface org.artifactory.build.DetailedBuildRun
-
Copies a build
- copy() - Method in class org.artifactory.build.DetailedBuildRunImpl
- copy(String) - Method in interface org.artifactory.build.DetailedBuildRun
-
Copies a build with a new
- copy(String) - Method in class org.artifactory.build.DetailedBuildRunImpl
- copy(RepoPath, RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Copies the source repoPath to the targetRepoPath
- copyAtomic(RepoPath, RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Copies the source repoPath to the targetRepoPath , Directories are copied recursively in a single transaction, which might be resource intensive when copying very large directories.
- create() - Static method in class org.artifactory.md.PropertiesFactory
- create(String) - Static method in class org.artifactory.repo.RepoPathFactory
-
Constructs a RepoPath from a path containing both repo key and the relative path in the repo.
- create(String, String) - Static method in class org.artifactory.repo.RepoPathFactory
-
Constructs a RepoPath from the input repo key and optional path.
- create(String, String, String) - Static method in class org.artifactory.repo.RepoPathFactory
-
Constructs a RepoPath from the input repo key, path, and name.
- createTrustedChecksums() - Method in class org.artifactory.checksum.ChecksumsInfo
-
Replaces all checksums with null checksum values that are marked as trusted by Artifactory.
- CrowdGroupsSettings - Class in org.artifactory.security.groups
- CrowdGroupsSettings() - Constructor for class org.artifactory.security.groups.CrowdGroupsSettings
- currentUser() - Method in interface org.artifactory.security.Security
- currentUsername() - Method in interface org.artifactory.security.Security
-
Deprecated.Use
Security.getCurrentUsername()instead
D
- DEBUG - Enum constant in enum class org.artifactory.common.StatusEntryLevel
- decrypt(T) - Method in interface org.artifactory.api.config.DynamicSensitiveValueHandler
-
Decrypts sensitive data within the object in place (or returns a decrypted representation).
- delete(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Deletes the specified repoPath.
- deleteAtomic(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Deletes the specified repoPath.
- deleteBuild(BuildRun) - Method in interface org.artifactory.build.Builds
-
Removes the build of the given details.
- deleteProperty(RepoPath, String) - Method in interface org.artifactory.repo.Repositories
-
Deletes the property from the item.
- Dependency - Class in org.artifactory.build
-
A basic build run info holder
- Dependency(String, FileInfo, Set, String) - Constructor for class org.artifactory.build.Dependency
- DependencyList - Class in org.artifactory.build
- deploy(RepoPath, InputStream) - Method in interface org.artifactory.repo.Repositories
-
Deploy an artifact
- DetailedBuildRun - Interface in org.artifactory.build
-
A detailed build run info holder
- DetailedBuildRunImpl - Class in org.artifactory.build
- DetailedBuildRunImpl(Build) - Constructor for class org.artifactory.build.DetailedBuildRunImpl
- DetailedBuildRunImpl(Build, String) - Constructor for class org.artifactory.build.DetailedBuildRunImpl
- DOWNLOAD - Enum constant in enum class org.artifactory.repo.RepoStatDto.RepoStatUpdateType
- DOWNLOAD_REDIRECT_AND_STORE_LOCALLY_ERROR - Static variable in interface org.artifactory.repo.RepoValidationConstants
- DOWNLOAD_REDIRECT_NO_ENTERPRISE_PLUS_EDGE_ERROR - Static variable in interface org.artifactory.repo.RepoValidationConstants
- DynamicSensitiveKeyRotationCapable<T> - Interface in org.artifactory.api.config
-
Optional extension for
DynamicSensitiveValueHandlerimplementations that support Artifactory key rotation on repository configuration (decrypt with current key, re-encrypt with pending key material). - DynamicSensitiveValueHandler<T> - Interface in org.artifactory.api.config
-
Handler for sensitive object fields marked with.
invalid reference
org.artifactory.sensitive.DynamicSensitive
E
- encrypt(T) - Method in interface org.artifactory.api.config.DynamicSensitiveValueHandler
-
The implementation may mutate the given object.
- encryptForKeyRotation(EncryptionWrapper, T) - Method in interface org.artifactory.api.config.DynamicSensitiveKeyRotationCapable
-
Re-encrypts sensitive content with the pending Artifactory wrapper after the value was decrypted with the current on-disk key.
- entries() - Method in interface org.artifactory.md.PropertiesInfo
- equals(Object) - Method in class org.artifactory.addon.plugin.PluginInfo
- equals(Object) - Method in class org.artifactory.checksum.ChecksumInfo
-
Compares checksum by type only
- equals(Object) - Method in class org.artifactory.checksum.ChecksumsInfo
-
Compares checksums by type only.
- ERROR - Enum constant in enum class org.artifactory.common.StatusEntryLevel
- ErrorCodeException - Interface in org.artifactory.exception
- exists(RepoPath) - Method in interface org.artifactory.repo.Repositories
- ext() - Method in enum class org.artifactory.checksum.ChecksumType
F
- FederatedMemberConfiguration - Class in org.artifactory.repo
- FederatedMemberConfiguration() - Constructor for class org.artifactory.repo.FederatedMemberConfiguration
- FederatedMemberConfiguration(String, String, boolean) - Constructor for class org.artifactory.repo.FederatedMemberConfiguration
- FederatedRepositoryConfiguration - Interface in org.artifactory.repo
- FileInfo - Interface in org.artifactory.fs
-
Date: 8/1/11 Time: 7:12 PM
- FileLayoutInfo - Interface in org.artifactory.fs
-
Module related information (group, artifact, version, etc.) for a file, as it was extracted according to the layout of the repository the file is part of.
- findUser(String) - Method in interface org.artifactory.security.Security
-
Accessible only if current user is an admin.
- FolderInfo - Interface in org.artifactory.fs
- forAlgorithm(String) - Static method in enum class org.artifactory.checksum.ChecksumType
- forFilePath(String) - Static method in enum class org.artifactory.checksum.ChecksumType
G
- get(int) - Method in class org.artifactory.build.ArtifactList
- get(int) - Method in class org.artifactory.build.DependencyList
- get(int) - Method in class org.artifactory.build.ReleaseStatusList
- get(String) - Method in interface org.artifactory.md.PropertiesInfo
- getActualRepoPath() - Method in interface org.artifactory.repo.RemoteRepoPath
- getAge() - Method in interface org.artifactory.fs.FileInfo
- getAgent() - Method in interface org.artifactory.build.DetailedBuildRun
- getAgent() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getArtifactFiles(BuildRun) - Method in interface org.artifactory.build.Builds
-
Locates the file info objects of all the given build's produced artifacts
- getArtifactoryPrincipal() - Method in interface org.artifactory.build.DetailedBuildRun
- getArtifactoryPrincipal() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getArtifactoryUser() - Method in class org.artifactory.build.ReleaseStatus
- getArtifactRepoPath(FileLayoutInfo, String) - Method in interface org.artifactory.repo.Repositories
-
Returns actual repository path for layout information (group, artifact, version, etc.) of an artifact as it is built according to the layout of the repository.
- getArtifacts() - Method in class org.artifactory.build.Module
- getArtifactsCount(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Returns the total number of file artifacts under the provided directory repo path.
- getArtifactsSize(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Returns the total storage size of the file artifacts under the given directory repo path.
- getAssumedOfflinePeriodSecs() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getAttribute(String) - Method in interface org.artifactory.request.RequestContext
- getAuthUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getBaseRevision() - Method in interface org.artifactory.fs.FileLayoutInfo
- getBowerRegistryUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getBuildAgent() - Method in interface org.artifactory.build.DetailedBuildRun
- getBuildAgent() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getBuildNames() - Method in interface org.artifactory.build.Builds
- getBuildNames(String) - Method in interface org.artifactory.build.Builds
- getBuildRepo() - Method in interface org.artifactory.build.BuildId
- getBuilds(String, String, String) - Method in interface org.artifactory.build.Builds
-
Retrieve builds
- getBuilds(String, String, String, String) - Method in interface org.artifactory.build.Builds
-
Retrieve builds
- getCacheAge() - Method in interface org.artifactory.request.RequestResponseInfo
- getCancelException() - Method in interface org.artifactory.common.StatusHolder
- getChartsBaseUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getChecksumInfo(ChecksumType) - Method in class org.artifactory.checksum.ChecksumsInfo
- getChecksumPolicyType() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getChecksums() - Method in class org.artifactory.checksum.ChecksumsInfo
- getChecksums() - Method in interface org.artifactory.resource.RepoResourceInfo
-
Deprecated.Should use the container getter
- getChecksumsInfo() - Method in interface org.artifactory.fs.FileInfo
- getChecksumsInfo() - Method in interface org.artifactory.resource.RepoResourceInfo
- getChecksumsInfo() - Method in interface org.artifactory.resource.ResourceWithChecksumStreamHandle
- getChildren(RepoPath) - Method in interface org.artifactory.repo.Repositories
- getCiUrl() - Method in interface org.artifactory.build.BuildRun
- getCiUrl() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getCiUser() - Method in class org.artifactory.build.ReleaseStatus
- getClassifier() - Method in interface org.artifactory.fs.FileLayoutInfo
- getClientAddress() - Method in interface org.artifactory.request.Request
-
Get the address of the client that triggered the request.
- getClientTlsCertificate() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getComment() - Method in class org.artifactory.build.promotion.PromotionConfig
- getComment() - Method in class org.artifactory.build.ReleaseStatus
- getComposerRegistryUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getContent(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Get a stream handle for the file content
- getContentLength() - Method in interface org.artifactory.request.Request
- getCreated() - Method in interface org.artifactory.fs.ItemInfo
- getCreated() - Method in interface org.artifactory.md.MetadataInfo
- getCreated() - Method in interface org.artifactory.resource.RepoResourceInfo
- getCreatedBy() - Method in interface org.artifactory.fs.ItemInfo
- getCurrentUserGroupNames() - Method in interface org.artifactory.security.Security
-
The group names for the current logged-in user.
- getCurrentUserGroupNames(RealmAwareGroupsSettings) - Method in interface org.artifactory.security.Security
-
Retrieves the groups of the current user according to the given realm settings Available realms are
LdapGroupsSettingsandCrowdGroupsSettings - getCurrentUsername() - Method in interface org.artifactory.security.Security
- getCustomField(String) - Method in interface org.artifactory.fs.FileLayoutInfo
- getCustomFields() - Method in interface org.artifactory.fs.FileLayoutInfo
- getDebianDefaultArchitectures() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getDefaultDeploymentRepo() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getDefaultModuleVersion() - Method in class org.artifactory.build.staging.BuildStagingStrategy
- getDependencies() - Method in class org.artifactory.build.Module
- getDescription() - Method in class org.artifactory.addon.plugin.PluginInfo
- getDescription() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getDescriptorRepoPath(FileLayoutInfo, String) - Method in interface org.artifactory.repo.Repositories
-
Returns actual repository path for layout information (group, artifact, version, etc.) of a descriptor as it is built according to the layout of the repository.
- getDetailedBuild(BuildRun) - Method in interface org.artifactory.build.Builds
- getDockerApiVersion() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getDockerProjectId() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getDockerTagRetention() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getDownloadContextPath() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getDownloadCount() - Method in interface org.artifactory.fs.StatsInfo
- getDurationMillis() - Method in interface org.artifactory.build.DetailedBuildRun
- getDurationMillis() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getEmail() - Method in interface org.artifactory.security.User
- getEncryptedPassword() - Method in interface org.artifactory.security.Security
- getErrorCode() - Method in exception class org.artifactory.exception.CancelException
-
Returns the HTTP error code associated with the cancellation.
- getErrorCode() - Method in interface org.artifactory.exception.ErrorCodeException
- getEscapedEncryptedPassword() - Method in interface org.artifactory.security.Security
-
Deprecated.No need to escape a base58 password
- getException() - Method in class org.artifactory.common.StatusEntry
- getException() - Method in interface org.artifactory.common.StatusHolder
- getExcludesPattern() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getExt() - Method in interface org.artifactory.fs.FileLayoutInfo
- getExternalDependenciesPatterns() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getExternalDependenciesPatterns() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getExternalDependenciesRemoteRepo() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getFederatedRepositories() - Method in interface org.artifactory.repo.Repositories
-
Returns a list of keys of federated repositories
- getFeedContextPath() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getFileInfo(RepoPath) - Method in interface org.artifactory.repo.Repositories
- getFileIntegrationRevision() - Method in interface org.artifactory.fs.FileLayoutInfo
- getFirst(String) - Method in interface org.artifactory.md.PropertiesInfo
-
Returns the first value of the given key
- getFolderIntegrationRevision() - Method in interface org.artifactory.fs.FileLayoutInfo
- getGitRegistryUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getGridTopologyId() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getGroups() - Method in interface org.artifactory.security.User
- getHeader(String) - Method in interface org.artifactory.request.HttpHeadersContainer
-
Deprecated.replaced by org.artifactory.request.HasHttpHeaders#getHeaderValues(java.lang.String) Backward compatible map getheader (return first) Unless we use HeadersMultimap which use natural reversed order which is the last - for having map like order last overrides current)
- getHeaders() - Method in interface org.artifactory.request.HttpHeadersContainer
-
Deprecated.replaced by using that object and later iterate org.artifactory.request .HasHttpHeaders#getHeadersKeys() and for each use org.artifactory.request.HasHttpHeaders#getHeaderValues(java .lang.String) used only for testing - HeadersMultimap class - in transition from single key to multi key headers.
- getHeaders(String) - Method in interface org.artifactory.request.HttpHeadersContainer
-
Deprecated.replaced by org.artifactory.request.HasHttpHeaders#getHeaderValues(java.lang.String) The method may be broken in internal request. Old implementation ignored the parameter RTFACT-17547
- getHeadersKeys() - Method in interface org.artifactory.request.HttpHeadersContainer
- getHeaderValues(String) - Method in interface org.artifactory.request.HttpHeadersContainer
- getHexPublicKey() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getHttpMethod() - Method in class org.artifactory.addon.plugin.PluginInfo
- getId() - Method in class org.artifactory.build.Dependency
- getId() - Method in class org.artifactory.build.Module
- getId() - Method in interface org.artifactory.fs.ItemInfo
- getId() - Method in interface org.artifactory.repo.RepoPath
- getIfModifiedSince() - Method in interface org.artifactory.request.Request
- getIncludesPattern() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getInputStream() - Method in interface org.artifactory.request.Request
- getInputStream() - Method in interface org.artifactory.resource.ResourceStreamHandle
- getItemInfo(RepoPath) - Method in interface org.artifactory.repo.Repositories
- getKey() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getKeyPair() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getLastDownloaded() - Method in interface org.artifactory.fs.StatsInfo
- getLastDownloadedBy() - Method in interface org.artifactory.fs.StatsInfo
- getLastError() - Method in interface org.artifactory.common.StatusHolder
- getLastLoginClientIp() - Method in interface org.artifactory.security.User
- getLastLoginTimeMillis() - Method in interface org.artifactory.security.User
- getLastModified() - Method in interface org.artifactory.fs.ItemInfo
- getLastModified() - Method in interface org.artifactory.request.Request
- getLastModified() - Method in interface org.artifactory.request.RequestResponseInfo
- getLastModified() - Method in interface org.artifactory.resource.RepoResourceInfo
- getLastModifiedBy() - Method in interface org.artifactory.md.MetadataInfo
- getLastStatusEntry() - Method in interface org.artifactory.common.StatusHolder
- getLastUpdated() - Method in interface org.artifactory.fs.ItemInfo
- getLastWarning() - Method in interface org.artifactory.common.StatusHolder
- getLayoutInfo(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Returns module related information (group, artifact, version, etc.) for given file, as it was extracted according to the layout of the repository the file is part of. * @param repoPath the file path
- getLength() - Method in class org.artifactory.util.StringInputStream
- getLevel() - Method in class org.artifactory.common.StatusEntry
- getLimited() - Method in interface org.artifactory.search.aql.AqlResult
-
The limit value
- getLocalAddress() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getLocalRepositories() - Method in interface org.artifactory.repo.Repositories
-
Returns a list of keys of local repositories
- getMaxUniqueSnapshots() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getMaxUniqueSnapshots() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getMaxUniqueTags() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getMaxUniqueTags() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getMd5() - Method in class org.artifactory.build.Artifact
- getMd5() - Method in class org.artifactory.build.Dependency
- getMd5() - Method in class org.artifactory.checksum.ChecksumsInfo
- getMd5() - Method in interface org.artifactory.request.RequestResponseInfo
- getMd5() - Method in interface org.artifactory.resource.RepoResourceInfo
- getMembers() - Method in interface org.artifactory.repo.FederatedRepositoryConfiguration
- getMessage() - Method in class org.artifactory.common.StatusEntry
- getMetadataRetrievalTimeoutSecs() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getMimeType() - Method in interface org.artifactory.fs.FileInfo
- getMimeType() - Method in interface org.artifactory.request.RequestResponseInfo
- getMismatchingMimeTypesOverrideList() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getMissedRetrievalCachePeriodSecs() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getModifiedBy() - Method in interface org.artifactory.fs.ItemInfo
- getModule() - Method in interface org.artifactory.fs.FileLayoutInfo
- getModuleId() - Method in class org.artifactory.build.staging.ModuleVersion
- getModules() - Method in interface org.artifactory.build.DetailedBuildRun
- getModules() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getModuleVersionsMap() - Method in class org.artifactory.build.staging.BuildStagingStrategy
- getName() - Method in class org.artifactory.addon.plugin.PluginInfo
- getName() - Method in class org.artifactory.build.Artifact
- getName() - Method in interface org.artifactory.build.BuildId
- getName() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getName() - Method in interface org.artifactory.fs.ItemInfo
- getName() - Method in interface org.artifactory.repo.RepoPath
- getName() - Method in interface org.artifactory.request.RequestResponseInfo
- getName() - Method in interface org.artifactory.resource.RepoResourceInfo
- getNextDevelopment() - Method in class org.artifactory.build.staging.ModuleVersion
- getNextDevelopmentVersionComment() - Method in class org.artifactory.build.staging.VcsConfig
- getNextRelease() - Method in class org.artifactory.build.staging.ModuleVersion
- getNotes() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getNumber() - Method in interface org.artifactory.build.BuildId
- getNumber() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getOptionalIndexCompressionFormats() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getOptionalIndexCompressionFormats() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getOrganization() - Method in interface org.artifactory.fs.FileLayoutInfo
- getOrigin() - Method in interface org.artifactory.fs.StatsInfo
- getOrigin() - Method in interface org.artifactory.repo.RemoteRepoPath
- getOriginal() - Method in class org.artifactory.checksum.ChecksumInfo
- getOriginalOrNoOrig() - Method in class org.artifactory.checksum.ChecksumInfo
- getOriginalRepoPath() - Method in interface org.artifactory.request.Request
-
Get the original repo path, in case of virtual involvement
- getPackageType() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getParameter(String) - Method in interface org.artifactory.request.Request
- getParameters() - Method in interface org.artifactory.request.Request
- getParameterValues(String) - Method in interface org.artifactory.request.Request
- getParams() - Method in class org.artifactory.addon.plugin.PluginInfo
- getParent() - Method in interface org.artifactory.repo.RepoPath
- getParentName() - Method in interface org.artifactory.build.DetailedBuildRun
- getParentName() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getParentNumber() - Method in interface org.artifactory.build.DetailedBuildRun
- getParentNumber() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getPassword() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getPath() - Method in interface org.artifactory.fs.StatsInfo
- getPath() - Method in interface org.artifactory.repo.RepoPath
-
Returns the path within the repository - this excludes the repository key and includes the folder/file name.
- getPluginInfo() - Method in interface org.artifactory.addon.plugin.InfoEnabledPlugin
- getPodsCdnUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getPodsSpecsRepoUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getPomRepositoryReferencesCleanupPolicy() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getPrettyModuleId() - Method in interface org.artifactory.fs.FileLayoutInfo
- getPrimaryKeyPairRef() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getPrincipal() - Method in interface org.artifactory.build.DetailedBuildRun
- getPrincipal() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getPrivateKey() - Method in interface org.artifactory.security.User
- getPromotionConfig() - Method in class org.artifactory.build.staging.BuildStagingStrategy
- getProperties() - Method in interface org.artifactory.request.Request
- getProperties() - Method in interface org.artifactory.request.RequestContext
- getProperties(ItemInfo) - Method in interface org.artifactory.repo.Repositories
-
Retrieves item properties by the item info.
- getProperties(RepoPath) - Method in interface org.artifactory.repo.Repositories
- getProperty(RepoPath, String) - Method in interface org.artifactory.repo.Repositories
- getPropertySets() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getPropertySets() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getPropertyValues(RepoPath, String) - Method in interface org.artifactory.repo.Repositories
- getProxy() - Method in interface org.artifactory.repo.ProxyRepositoryConfiguration
- getPublicKey() - Method in interface org.artifactory.security.User
- getPyPIRegistryUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getPyPIRepositorySuffix() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getQueryParams() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getRealm() - Method in interface org.artifactory.security.User
- getReleaseBranchName() - Method in class org.artifactory.build.staging.VcsConfig
- getReleaseRepoKey() - Method in interface org.artifactory.build.BuildRun
- getReleaseRepoKey() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getReleaseStatus() - Method in interface org.artifactory.build.BuildRun
- getReleaseStatus() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getReleaseStatuses() - Method in interface org.artifactory.build.DetailedBuildRun
- getReleaseStatuses() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getRelPath() - Method in interface org.artifactory.fs.ItemInfo
- getRemoteDownloadCount() - Method in interface org.artifactory.fs.StatsInfo
- getRemoteLastDownloaded() - Method in interface org.artifactory.fs.StatsInfo
- getRemoteLastDownloadedBy() - Method in interface org.artifactory.fs.StatsInfo
- getRemoteRepoChecksumPolicyType() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getRemoteRepoLayoutRef() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getRemoteRepositories() - Method in interface org.artifactory.repo.Repositories
-
Returns a list of keys of remote repositories
- getRemoteRepoUrl() - Method in interface org.artifactory.request.RequestResponseInfo
- getRepoKey() - Method in interface org.artifactory.fs.ItemInfo
- getRepoKey() - Method in interface org.artifactory.repo.RepoPath
- getRepoLayoutRef() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getRepoPath() - Method in interface org.artifactory.fs.ItemInfo
- getRepoPath() - Method in interface org.artifactory.request.Request
- getRepoPath() - Method in interface org.artifactory.resource.RepoResourceInfo
- getRepositories() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getRepository() - Method in class org.artifactory.build.ReleaseStatus
- getRepositoryConfiguration(String) - Method in interface org.artifactory.repo.Repositories
- getRequest() - Method in interface org.artifactory.request.RequestContext
-
Return the client request.
- getRequestContext() - Method in interface org.artifactory.request.RequestResponseInfo
- getRequestRepoPath() - Method in interface org.artifactory.request.RequestResponseInfo
- getResourcePath() - Method in interface org.artifactory.request.RequestContext
- getResponseRepoPath() - Method in interface org.artifactory.request.RequestResponseInfo
- getRetrievalCachePeriodSecs() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getRuntimeException() - Method in class org.artifactory.common.StatusEntry
- getScopes() - Method in class org.artifactory.build.Dependency
- getSecondaryKeyPairRef() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getServletContextUrl() - Method in interface org.artifactory.request.Request
- getSha1() - Method in class org.artifactory.build.Artifact
- getSha1() - Method in class org.artifactory.build.Dependency
- getSha1() - Method in class org.artifactory.checksum.ChecksumsInfo
- getSha1() - Method in interface org.artifactory.request.RequestResponseInfo
- getSha1() - Method in interface org.artifactory.resource.RepoResourceInfo
- getSha2() - Method in class org.artifactory.build.Artifact
- getSha2() - Method in class org.artifactory.build.Dependency
- getSha2() - Method in interface org.artifactory.resource.RepoResourceInfo
- getSha256() - Method in class org.artifactory.checksum.ChecksumsInfo
- getSignedUrlTtl() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getSize() - Method in interface org.artifactory.request.RequestResponseInfo
- getSize() - Method in interface org.artifactory.resource.RepoResourceInfo
- getSize() - Method in interface org.artifactory.resource.ResourceStreamHandle
- getSnapshotVersionBehavior() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getSocketTimeoutMillis() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getStart() - Method in interface org.artifactory.search.aql.AqlResult
-
The offset from the first record from which to return results
- getStarted() - Method in interface org.artifactory.build.BuildId
- getStarted() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getStartedDate() - Method in interface org.artifactory.build.BuildId
- getStartedDate() - Method in class org.artifactory.build.BuildRunImpl
- getStartedDate() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getStats(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Returns statistics for the
repoPath, which include downloads count, last download time and last downloader's name. - getStatus() - Method in class org.artifactory.build.promotion.PromotionConfig
- getStatus() - Method in class org.artifactory.build.ReleaseStatus
- getStatusCode() - Method in class org.artifactory.common.StatusEntry
- getStatusCode() - Method in interface org.artifactory.common.StatusHolder
- getStatusMsg() - Method in interface org.artifactory.common.StatusHolder
- getStringContent(FileInfo) - Method in interface org.artifactory.repo.Repositories
-
Deprecated.
- getStringContent(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Get the content of a file as a string
- getSymbolServerUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getTagComment() - Method in class org.artifactory.build.staging.VcsConfig
- getTagUrlOrName() - Method in class org.artifactory.build.staging.VcsConfig
- getTargetRepository() - Method in class org.artifactory.build.promotion.PromotionConfig
- getTerraformProvidersUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getTerraformRegistryUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getTerraformType() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getTimestamp() - Method in class org.artifactory.build.ReleaseStatus
- getTimestampDate() - Method in class org.artifactory.build.ReleaseStatus
- getTotal() - Method in interface org.artifactory.search.aql.AqlResult
-
The total number of results
- getType() - Method in interface org.artifactory.addon.plugin.InfoEnabledPlugin
- getType() - Method in class org.artifactory.build.Artifact
- getType() - Method in class org.artifactory.build.Dependency
- getType() - Method in interface org.artifactory.fs.FileLayoutInfo
- getType() - Method in interface org.artifactory.repo.RepositoryConfiguration
- getUnusedArtifactsCleanupPeriodHours() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getUri() - Method in interface org.artifactory.request.Request
- getUrl() - Method in interface org.artifactory.build.DetailedBuildRun
- getUrl() - Method in class org.artifactory.build.DetailedBuildRunImpl
- getUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getUsername() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getUsername() - Method in interface org.artifactory.security.User
- getUserProperties() - Method in interface org.artifactory.security.User
- getUserProperty(String) - Method in interface org.artifactory.security.User
- getV3FeedUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getVcsConfig() - Method in class org.artifactory.build.staging.BuildStagingStrategy
- getVcsGitDownloadUrl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getVcsGitProvider() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getVcsType() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getVersion() - Method in class org.artifactory.addon.plugin.PluginInfo
- getVirtualRepositories() - Method in interface org.artifactory.repo.Repositories
-
Returns a list of keys of virtual repositories
- getVirtualRetrievalCachePeriodSecs() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- getXrayDataTtl() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getXrayDataTtl() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getXrayNotAvailableMode() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- getXrayNotAvailableMode() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getYumGroupFileNames() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getYumRootDepth() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- getZipResourcePath() - Method in interface org.artifactory.request.Request
-
Returns the internal zip resource path if such existed in the request.
H
- handle(AqlResult) - Method in interface org.artifactory.search.aql.AqlResultHandler
- hashCode() - Method in class org.artifactory.addon.plugin.PluginInfo
- hashCode() - Method in class org.artifactory.checksum.ChecksumInfo
- hashCode() - Method in class org.artifactory.checksum.ChecksumsInfo
- hasIfModifiedSince() - Method in interface org.artifactory.request.Request
- hasIfNoneMatch() - Method in interface org.artifactory.request.Request
-
Checks whether the request has an If-None-Match header specified
- hasMandatoryProperty() - Method in interface org.artifactory.md.Properties
- hasProperties() - Method in interface org.artifactory.request.Request
- hasProperty(RepoPath, String) - Method in interface org.artifactory.repo.Repositories
- HttpHeadersContainer - Interface in org.artifactory.request
- HttpRepositoryConfiguration - Interface in org.artifactory.repo
I
- indexOf(Object) - Method in class org.artifactory.build.ArtifactList
- indexOf(Object) - Method in class org.artifactory.build.DependencyList
- indexOf(Object) - Method in class org.artifactory.build.ReleaseStatusList
- Info - Interface in org.artifactory.common
-
Marker interface for serializable info objects
- INFO - Enum constant in enum class org.artifactory.common.StatusEntryLevel
- InfoEnabledPlugin - Interface in org.artifactory.addon.plugin
- instanceUrl - Variable in class org.artifactory.addon.replication.ReplicationTargetInfo
- isAdmin() - Method in interface org.artifactory.security.Security
- isAdmin() - Method in interface org.artifactory.security.User
- isAllowAnyHostAuth() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isAnonAccessEnabled() - Method in interface org.artifactory.security.Security
- isAnonymous() - Method in interface org.artifactory.security.Security
- isAnonymous() - Method in interface org.artifactory.security.User
- isArchiveBrowsingEnabled() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isArchiveBrowsingEnabled() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isArtifactoryRequestsCanRetrieveRemoteArtifacts() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isAuthenticated() - Method in interface org.artifactory.security.Security
- isBlackedOut() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isBlackedOut() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isBlockMismatchingMimeTypes() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isBlockPushingSchema1() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isBlockPushingSchema1() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isCachingLocalForeignLayersEnabled() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isCalculateYumMetadata() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isCargoAnonymousAccess() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isCargoInternalIndex() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isCdnRedirect() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isCdnRedirect() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isChecksum() - Method in interface org.artifactory.request.Request
- isChildOf(RepoPath) - Method in interface org.artifactory.repo.RepoPath
-
Whether this repoPath is a subset of provided parent path ex. given /FolderA/FolderB/file isChildOf(/FolderA/FolderB) -> true isChildOf(/FolderA/FolderC) -> false
- isCreateTag() - Method in class org.artifactory.build.staging.VcsConfig
- isDdebSupported() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isDebianTrivialLayout() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isDebug() - Method in class org.artifactory.common.StatusEntry
- isDebug() - Method in enum class org.artifactory.common.StatusEntryLevel
- isDisableProxy() - Method in interface org.artifactory.repo.ProxyRepositoryConfiguration
- isDownloadRedirect() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isDownloadRedirect() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isEmpty() - Method in class org.artifactory.build.ArtifactList
- isEmpty() - Method in class org.artifactory.build.DependencyList
- isEmpty() - Method in class org.artifactory.build.ReleaseStatusList
- isEmpty() - Method in class org.artifactory.checksum.ChecksumsInfo
- isEmpty() - Method in interface org.artifactory.md.PropertiesInfo
- isEnableBowerSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableChefSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableCocoaPodsSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableComposerSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableComposerV1Indexing() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isEnableConanSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableCookieManagement() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isEnabled() - Method in interface org.artifactory.security.User
- isEnableDebianSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableDistRepoSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableDockerSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableFileListsIndexing() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isEnableGemsSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableGitLfsSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableNormalizedVersion() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableNpmSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableNuGetSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnablePuppetSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnablePypiSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEnableTokenAuthentication() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isEnableVagrantSupport() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isEncryptStates() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isError() - Method in class org.artifactory.common.StatusEntry
- isError() - Method in enum class org.artifactory.common.StatusEntryLevel
- isError() - Method in interface org.artifactory.common.StatusHolder
- isExactQueryMatch() - Method in interface org.artifactory.request.RequestResponseInfo
- isExpired() - Method in interface org.artifactory.request.RequestResponseInfo
- isExternalDependenciesEnabled() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isExternalDependenciesEnabled() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isFetchJarsEagerly() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isFetchSourcesEagerly() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isFile() - Method in interface org.artifactory.repo.RepoPath
-
Whether this repo path is a path to a file, rather than a folder.
- isFolder() - Method in interface org.artifactory.fs.ItemInfo
- isFolder() - Method in interface org.artifactory.repo.RepoPath
-
Whether this repo path is a path to a folder, rather than a file.
- isForceConanAuthentication() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isForceMavenAuthentication() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isForceMetadataNameVersion() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isForceNonDuplicateChart() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isForceNugetAuthentication() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isForceP2Authentication() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isFound() - Method in interface org.artifactory.request.RequestResponseInfo
- isFromAnotherArtifactory() - Method in interface org.artifactory.request.Request
-
Checks if the request originated from another Artifactory
- isFromAnotherArtifactory() - Method in interface org.artifactory.request.RequestContext
- isGitLabResolveSubgroups() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isGroupPermitted(String) - Method in class org.artifactory.addon.plugin.PluginInfo
- isHandleReleases() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isHandleReleases() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isHandleSnapshots() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isHandleSnapshots() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isHardFail() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isHeadOnly() - Method in interface org.artifactory.request.Request
- isHideUnauthorizedResources() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isIdentical(Object) - Method in class org.artifactory.checksum.ChecksumInfo
-
Compares checksum by type and value.
- isIdentical(ChecksumsInfo) - Method in class org.artifactory.checksum.ChecksumsInfo
-
Compares checksums by type and values.
- isIdentical(ItemInfo) - Method in interface org.artifactory.fs.ItemInfo
- isInfo() - Method in class org.artifactory.common.StatusEntry
- isInfo() - Method in enum class org.artifactory.common.StatusEntryLevel
- isIntegration() - Method in interface org.artifactory.fs.FileLayoutInfo
- isLcoalRepoPathHandled(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Deprecated.
- isListRemoteFolderItems() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isLocalRepoPathAccepted(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Deprecated.
- isMarkedAsTrusted() - Method in class org.artifactory.checksum.ChecksumInfo
-
Checks if the checksum is marked as trusted by Artifactory.
- isMetadata() - Method in interface org.artifactory.request.RequestResponseInfo
- isMlRepoLayout() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isMlRepoLayout() - Method in interface org.artifactory.repo.RepositoryConfiguration
- isNewerThan(long) - Method in interface org.artifactory.request.Request
- isNoneMatch(String) - Method in interface org.artifactory.request.Request
-
Checks whether an entity with the provided etag does not already exist by comparing it to the request's If-None-Match
- isOffline() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isPodsForceModifyIndex() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isPolicyManager() - Method in interface org.artifactory.security.User
- isPriorityResolution() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isRange() - Method in interface org.artifactory.request.Request
- isRejectInvalidJars() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isRepoPathAccepted(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Checks if the specified repoPath is accepted by the include/exclude rules of the repoPath's repository.
- isRepoPathHandled(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Checks if the specified repoPath is handled by the snapshot(integration)/release policy of the repoPath's repository.
- isReportsManager() - Method in interface org.artifactory.security.User
- isResolveDockerTagsByTimestamp() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isRoot() - Method in interface org.artifactory.repo.RepoPath
- isShareConfiguration() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isSkipCurationOnResource() - Method in interface org.artifactory.request.RequestContext
- isStoreArtifactsLocally() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isSuppressPomConsistencyChecks() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isSuppressPomConsistencyChecks() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isSynchronizeProperties() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isTransientUser() - Method in interface org.artifactory.security.User
- isUpdatableProfile() - Method in interface org.artifactory.security.Security
- isUpdatableProfile() - Method in interface org.artifactory.security.User
- isUseNamespaces() - Method in interface org.artifactory.repo.VirtualRepositoryConfiguration
- isUseReleaseBranch() - Method in class org.artifactory.build.staging.VcsConfig
- isUserPermitted(String) - Method in class org.artifactory.addon.plugin.PluginInfo
- isValid() - Method in interface org.artifactory.fs.FileLayoutInfo
- isValid(String) - Method in enum class org.artifactory.checksum.ChecksumType
- isVerbose() - Method in interface org.artifactory.common.StatusHolder
- isWarning() - Method in class org.artifactory.common.StatusEntry
- isWarning() - Method in enum class org.artifactory.common.StatusEntryLevel
- isWarning() - Method in interface org.artifactory.common.StatusHolder
- isWatchManager() - Method in interface org.artifactory.security.User
- isXrayIndex() - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- isXrayIndex() - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
- isZipResourceRequest() - Method in interface org.artifactory.request.Request
- ItemInfo - Interface in org.artifactory.fs
-
Date: 8/1/11 Time: 7:13 PM
- itemsByProperties(SetMultimap, String...) - Method in interface org.artifactory.search.Searches
-
Find artifacts by properties
- iterator() - Method in class org.artifactory.build.ArtifactList
- iterator() - Method in class org.artifactory.build.DependencyList
- iterator() - Method in class org.artifactory.build.ReleaseStatusList
K
- keys() - Method in interface org.artifactory.md.Properties
- keySet() - Method in interface org.artifactory.md.PropertiesInfo
L
- lastIndexOf(Object) - Method in class org.artifactory.build.ArtifactList
- lastIndexOf(Object) - Method in class org.artifactory.build.DependencyList
- lastIndexOf(Object) - Method in class org.artifactory.build.ReleaseStatusList
- ldapGroupSettingsName - Variable in class org.artifactory.security.groups.LdapGroupsSettings
- LdapGroupsSettings - Class in org.artifactory.security.groups
- LdapGroupsSettings() - Constructor for class org.artifactory.security.groups.LdapGroupsSettings
- length() - Method in enum class org.artifactory.checksum.ChecksumType
- listIterator() - Method in class org.artifactory.build.ArtifactList
- listIterator() - Method in class org.artifactory.build.DependencyList
- listIterator() - Method in class org.artifactory.build.ReleaseStatusList
- listIterator(int) - Method in class org.artifactory.build.ArtifactList
- listIterator(int) - Method in class org.artifactory.build.DependencyList
- listIterator(int) - Method in class org.artifactory.build.ReleaseStatusList
- LocalRepositoryConfiguration - Interface in org.artifactory.repo
M
- MANDATORY_SUFFIX - Static variable in interface org.artifactory.md.Properties
-
A mandatory property is stored as key+=val
- marshal(EnumMap) - Method in class org.artifactory.checksum.ChecksumsInfo.ChecksumsInfoAdapter
- mask(T) - Method in interface org.artifactory.api.config.DynamicSensitiveValueHandler
-
Produces a masked representation of the object for API responses or logging.
- MATCH - Enum constant in enum class org.artifactory.md.Properties.MatchResult
- matchQuery(Properties) - Method in interface org.artifactory.md.Properties
- MATRIX_PARAMS_SEP - Static variable in interface org.artifactory.md.Properties
- md5 - Enum constant in enum class org.artifactory.checksum.ChecksumType
- MetadataInfo - Interface in org.artifactory.md
-
Date: 8/1/11 Time: 7:08 PM
- Module - Class in org.artifactory.build
-
A build module holder.
- Module(Module) - Constructor for class org.artifactory.build.Module
- ModuleVersion - Class in org.artifactory.build.staging
- ModuleVersion() - Constructor for class org.artifactory.build.staging.ModuleVersion
- ModuleVersion(String, String, String) - Constructor for class org.artifactory.build.staging.ModuleVersion
- move(RepoPath, RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Moves the source repoPath to the targetRepoPath
- moveAtomic(RepoPath, RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Moves the source repoPath to the targetRepoPath , Directories are moved recursively in a single transaction, which might be resource intensive when moving very large directories.
- MutablePropertiesInfo - Interface in org.artifactory.md
-
Date: 8/1/11 Time: 7:34 PM
N
- NO_MATCH - Enum constant in enum class org.artifactory.md.Properties.MatchResult
O
- org.artifactory.addon.plugin - package org.artifactory.addon.plugin
- org.artifactory.addon.replication - package org.artifactory.addon.replication
- org.artifactory.api.config - package org.artifactory.api.config
- org.artifactory.binary.headers - package org.artifactory.binary.headers
- org.artifactory.build - package org.artifactory.build
- org.artifactory.build.promotion - package org.artifactory.build.promotion
- org.artifactory.build.staging - package org.artifactory.build.staging
- org.artifactory.checksum - package org.artifactory.checksum
- org.artifactory.common - package org.artifactory.common
- org.artifactory.exception - package org.artifactory.exception
- org.artifactory.fs - package org.artifactory.fs
- org.artifactory.md - package org.artifactory.md
- org.artifactory.repo - package org.artifactory.repo
- org.artifactory.request - package org.artifactory.request
- org.artifactory.resource - package org.artifactory.resource
- org.artifactory.search - package org.artifactory.search
- org.artifactory.search.aql - package org.artifactory.search.aql
- org.artifactory.security - package org.artifactory.security
- org.artifactory.security.groups - package org.artifactory.security.groups
- org.artifactory.util - package org.artifactory.util
P
- PATH_SEPARATOR - Static variable in interface org.artifactory.repo.RepoPath
- Plugin<T> - Interface in org.artifactory.addon.plugin
-
Marker interface for all plugins
- PluginInfo - Class in org.artifactory.addon.plugin
-
Basic user plugin info
- PluginInfo(String, Map) - Constructor for class org.artifactory.addon.plugin.PluginInfo
- populateUserProperties(User) - Method in interface org.artifactory.security.Security
-
Attaches all the user properties to the given user
- PromotionConfig - Class in org.artifactory.build.promotion
- PromotionConfig() - Constructor for class org.artifactory.build.promotion.PromotionConfig
- PromotionConfig(String) - Constructor for class org.artifactory.build.promotion.PromotionConfig
- Properties - Interface in org.artifactory.md
-
A map of stringified keys and values, used for storing arbitrary key-value metadata on repository items.
- Properties.MatchResult - Enum Class in org.artifactory.md
- PropertiesFactory - Class in org.artifactory.md
-
A factory for creating Properties objects.
- PropertiesFactory() - Constructor for class org.artifactory.md.PropertiesFactory
- PropertiesInfo - Interface in org.artifactory.md
-
Date: 8/1/11 Time: 7:06 PM
- ProxyRepositoryConfiguration - Interface in org.artifactory.repo
- put(String, String) - Method in interface org.artifactory.md.MutablePropertiesInfo
- putAll(Multimap) - Method in interface org.artifactory.md.Properties
- putAll(String, Iterable) - Method in interface org.artifactory.md.MutablePropertiesInfo
- putAll(String, String[]) - Method in interface org.artifactory.md.MutablePropertiesInfo
- putAll(Map) - Method in interface org.artifactory.md.Properties
- putAll(PropertiesInfo) - Method in interface org.artifactory.md.Properties
R
- RealmAwareGroupsSettings - Interface in org.artifactory.security.groups
- RealmPolicy - Enum Class in org.artifactory.security
-
Defines the plugin realm authentication policy
- ReleaseBundlesRepositoryConfiguration - Interface in org.artifactory.repo
- ReleaseStatus - Class in org.artifactory.build
- ReleaseStatus(String, String, String, String, String) - Constructor for class org.artifactory.build.ReleaseStatus
- ReleaseStatusList - Class in org.artifactory.build
- REMOTE_CACHE_SUFFIX - Static variable in interface org.artifactory.repo.RepoPath
- RemoteRepoPath - Interface in org.artifactory.repo
-
Represents RemoteRepoPath by obligating to RepoPath contract and adding remote Origin in to the context
- remove(int) - Method in class org.artifactory.build.ArtifactList
- remove(int) - Method in class org.artifactory.build.DependencyList
- remove(int) - Method in class org.artifactory.build.ReleaseStatusList
- remove(Object) - Method in class org.artifactory.build.ArtifactList
- remove(Object) - Method in class org.artifactory.build.DependencyList
- remove(Object) - Method in class org.artifactory.build.ReleaseStatusList
- removeAll(Object) - Method in interface org.artifactory.md.MutablePropertiesInfo
- removeAll(Collection) - Method in class org.artifactory.build.ArtifactList
- removeAll(Collection) - Method in class org.artifactory.build.DependencyList
- removeAll(Collection) - Method in class org.artifactory.build.ReleaseStatusList
- replaceValues(String, Iterable) - Method in interface org.artifactory.md.MutablePropertiesInfo
- ReplicationTargetInfo - Class in org.artifactory.addon.replication
- ReplicationTargetInfo(String, String) - Constructor for class org.artifactory.addon.replication.ReplicationTargetInfo
- REPO_PATH_SEP - Static variable in interface org.artifactory.repo.RepoPath
- repoKey - Variable in class org.artifactory.addon.replication.ReplicationTargetInfo
- RepoPath - Interface in org.artifactory.repo
-
Holds a compound path of a repository key and a path within that repository, separated by a ':'
- RepoPathFactory - Class in org.artifactory.repo
-
A factory for creating RepoPath objects.
- RepoPathFactory() - Constructor for class org.artifactory.repo.RepoPathFactory
- RepoResourceInfo - Interface in org.artifactory.resource
-
Date: 8/1/11 Time: 7:09 PM
- Repositories - Interface in org.artifactory.repo
-
Public API for working with repositories
- RepositoryConfiguration - Interface in org.artifactory.repo
- RepoStatDto - Class in org.artifactory.repo
- RepoStatDto() - Constructor for class org.artifactory.repo.RepoStatDto
- RepoStatDto.RepoStatUpdateType - Enum Class in org.artifactory.repo
- RepoValidationConstants - Interface in org.artifactory.repo
-
This is what they call "air conditioning preparation" for the bright day in which we will have ONE unified validator to confirm config descriptor data is valid via REST/UI/YAML updates.
- Request - Interface in org.artifactory.request
- RequestContext - Interface in org.artifactory.request
-
Request context that might be passed to the repository when requesting for info.
- RequestResponseInfo - Interface in org.artifactory.request
-
NOTE: INTERNAL USE ONLY - NOT PART OF THE PUBLIC API!
- ResourceStreamHandle - Interface in org.artifactory.resource
-
A handle object that will be used for sending back a resource as stream.
- ResourceWithChecksumStreamHandle - Interface in org.artifactory.resource
- retainAll(Collection) - Method in class org.artifactory.build.ArtifactList
- retainAll(Collection) - Method in class org.artifactory.build.DependencyList
- retainAll(Collection) - Method in class org.artifactory.build.ReleaseStatusList
- ROOT - Static variable in interface org.artifactory.fs.FileInfo
- ROOT - Static variable in interface org.artifactory.fs.FolderInfo
- ROOT - Static variable in interface org.artifactory.fs.StatsInfo
- ROOT - Static variable in interface org.artifactory.md.PropertiesInfo
S
- saveBuild(DetailedBuildRun) - Method in interface org.artifactory.build.Builds
-
Saves or updates the given build configuration in the default build-info repo
- Searches - Interface in org.artifactory.search
-
Public API for executing searches
- Security - Interface in org.artifactory.security
-
These are the usage of security data and logged in user methods.
- set(int, Artifact) - Method in class org.artifactory.build.ArtifactList
- set(int, Dependency) - Method in class org.artifactory.build.DependencyList
- set(int, ReleaseStatus) - Method in class org.artifactory.build.ReleaseStatusList
- setAdmin(Boolean) - Method in interface org.artifactory.security.User
- setAttribute(String, String) - Method in interface org.artifactory.request.RequestContext
- setChecksums(Set) - Method in class org.artifactory.checksum.ChecksumsInfo
- setComment(String) - Method in class org.artifactory.build.promotion.PromotionConfig
- setCreateTag(boolean) - Method in class org.artifactory.build.staging.VcsConfig
- setDefaultModuleVersion(ModuleVersion) - Method in class org.artifactory.build.staging.BuildStagingStrategy
- setEmail(String) - Method in interface org.artifactory.security.User
- setEnableBowerSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableChefSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableCocoaPodsSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableComposerSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableConanSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnabled(Boolean) - Method in interface org.artifactory.security.User
- setEnableDebianSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableDistRepoSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableDockerSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableGitLfsSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableNpmSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
-
These setters are for the BeanUtilsBean configuration copy. keep them public. usage in of
- setEnablePuppetSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnablePypiSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setEnableVagrantSupport(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setGitLabResolveSubgroups(boolean) - Method in interface org.artifactory.repo.HttpRepositoryConfiguration
- setGridTopologyId(String) - Method in interface org.artifactory.repo.LocalRepositoryConfiguration
-
Sets the grid topology ID for federation configuration.
- setGroups(String[]) - Method in interface org.artifactory.security.User
- setId(String) - Method in class org.artifactory.build.Module
- setMembers(List) - Method in interface org.artifactory.repo.FederatedRepositoryConfiguration
- setMlRepoLayout(boolean) - Method in interface org.artifactory.repo.RepositoryConfiguration
- setModuleId(String) - Method in class org.artifactory.build.staging.ModuleVersion
- setModuleVersionsMap(Map) - Method in class org.artifactory.build.staging.BuildStagingStrategy
- setNextDevelopment(String) - Method in class org.artifactory.build.staging.ModuleVersion
- setNextDevelopmentVersionComment(String) - Method in class org.artifactory.build.staging.VcsConfig
- setNextRelease(String) - Method in class org.artifactory.build.staging.ModuleVersion
- setPolicyManager(Boolean) - Method in interface org.artifactory.security.User
- setPrivateKey(String) - Method in interface org.artifactory.security.User
- setPromotionConfig(PromotionConfig) - Method in class org.artifactory.build.staging.BuildStagingStrategy
- setProperty(RepoPath, String, String...) - Method in interface org.artifactory.repo.Repositories
- setPropertyRecursively(RepoPath, String, String...) - Method in interface org.artifactory.repo.Repositories
- setPublicKey(String) - Method in interface org.artifactory.security.User
- setReleaseBranchName(String) - Method in class org.artifactory.build.staging.VcsConfig
- setReportsManager(Boolean) - Method in interface org.artifactory.security.User
- setSize(long) - Method in interface org.artifactory.request.RequestResponseInfo
- setSkipCurationOnResource(boolean) - Method in interface org.artifactory.request.RequestContext
- setStatus(String) - Method in class org.artifactory.build.promotion.PromotionConfig
- setTagComment(String) - Method in class org.artifactory.build.staging.VcsConfig
- setTagUrlOrName(String) - Method in class org.artifactory.build.staging.VcsConfig
- setTargetRepository(String) - Method in class org.artifactory.build.promotion.PromotionConfig
- setUpdatableProfile(Boolean) - Method in interface org.artifactory.security.User
- setUseReleaseBranch(boolean) - Method in class org.artifactory.build.staging.VcsConfig
- setUserProperties(Map) - Method in interface org.artifactory.security.User
- setUserProperty(String, String) - Method in interface org.artifactory.security.User
- setVcsConfig(VcsConfig) - Method in class org.artifactory.build.staging.BuildStagingStrategy
- setWatchManager(Boolean) - Method in interface org.artifactory.security.User
- sha1 - Enum constant in enum class org.artifactory.checksum.ChecksumType
- sha256 - Enum constant in enum class org.artifactory.checksum.ChecksumType
- size() - Method in class org.artifactory.build.ArtifactList
- size() - Method in class org.artifactory.build.DependencyList
- size() - Method in class org.artifactory.build.ReleaseStatusList
- size() - Method in class org.artifactory.checksum.ChecksumsInfo
- size() - Method in interface org.artifactory.md.PropertiesInfo
- StatsInfo - Interface in org.artifactory.fs
-
Date: 8/3/11 Time: 1:24 PM
- StatusEntry - Class in org.artifactory.common
- StatusEntry(int, String) - Constructor for class org.artifactory.common.StatusEntry
- StatusEntry(int, String, Throwable) - Constructor for class org.artifactory.common.StatusEntry
- StatusEntry(int, StatusEntryLevel, String) - Constructor for class org.artifactory.common.StatusEntry
- StatusEntry(int, StatusEntryLevel, String, Throwable) - Constructor for class org.artifactory.common.StatusEntry
- StatusEntryLevel - Enum Class in org.artifactory.common
- StatusEntryWithDifferentLogLevel - Class in org.artifactory.common
-
A
StatusEntrythat carries an additional log level, allowing the status entry to be recorded at one severity (e.g. - StatusEntryWithDifferentLogLevel(int, StatusEntryLevel, String, Throwable, Level) - Constructor for class org.artifactory.common.StatusEntryWithDifferentLogLevel
- StatusHolder - Interface in org.artifactory.common
- StringInputStream - Class in org.artifactory.util
-
Creates an input stream from a string.
- StringInputStream(String) - Constructor for class org.artifactory.util.StringInputStream
- StringInputStream(String, String) - Constructor for class org.artifactory.util.StringInputStream
- subList(int, int) - Method in class org.artifactory.build.ArtifactList
- subList(int, int) - Method in class org.artifactory.build.DependencyList
- subList(int, int) - Method in class org.artifactory.build.ReleaseStatusList
- SUFFICIENT - Enum constant in enum class org.artifactory.security.RealmPolicy
-
Executed in the start of the authentication chain before any other built-in authentication realms (Ldap, Internal etc.)
T
- toArray() - Method in class org.artifactory.build.ArtifactList
- toArray() - Method in class org.artifactory.build.DependencyList
- toArray() - Method in class org.artifactory.build.ReleaseStatusList
- toArray(T[]) - Method in class org.artifactory.build.ArtifactList
- toArray(T[]) - Method in class org.artifactory.build.DependencyList
- toArray(T[]) - Method in class org.artifactory.build.ReleaseStatusList
- toPath() - Method in interface org.artifactory.repo.RepoPath
-
A path composed of the repository key and path.
- toPrettyPath() - Method in interface org.artifactory.repo.RepoPath
-
A path composed of the repository key and path.
- toString() - Method in class org.artifactory.addon.replication.ReplicationTargetInfo
- toString() - Method in interface org.artifactory.build.BuildRun
- toString() - Method in class org.artifactory.checksum.ChecksumInfo
- toString() - Method in class org.artifactory.checksum.ChecksumsInfo
- toString() - Method in enum class org.artifactory.checksum.ChecksumType
- toString() - Method in class org.artifactory.common.StatusEntry
- translateFilePath(RepoPath, String) - Method in interface org.artifactory.repo.Repositories
-
Translates the path of a file from source repository layout to target's one.
- TRUSTED_FILE_MARKER - Static variable in class org.artifactory.checksum.ChecksumInfo
- TYPE - Static variable in interface org.artifactory.repo.HttpRepositoryConfiguration
- TYPE - Static variable in interface org.artifactory.repo.LocalRepositoryConfiguration
- TYPE - Static variable in interface org.artifactory.repo.ReleaseBundlesRepositoryConfiguration
- TYPE - Static variable in interface org.artifactory.repo.VirtualRepositoryConfiguration
- TYPE_KEY - Static variable in interface org.artifactory.repo.RepositoryConfiguration
U
- undeploy(RepoPath) - Method in interface org.artifactory.repo.Repositories
-
Deprecated.Use
Repositories.deleteAtomic(RepoPath)orRepositories.delete(RepoPath)instead - unmarshal(ChecksumsInfo.ChecksumsInfoWrapper) - Method in class org.artifactory.checksum.ChecksumsInfo.ChecksumsInfoAdapter
- updateUser(User) - Method in interface org.artifactory.security.Security
-
Update the user with the same username as the user.getUsername() passed.
NOTE: Only updatable fields will be updated.
The user object cannot be null, and user.getUsername() should represent an existing non-anonymous or system user. - UPLOAD - Enum constant in enum class org.artifactory.repo.RepoStatDto.RepoStatUpdateType
- User - Interface in org.artifactory.security
-
Available fields from the user in Artifactory DB, or object provided by authenticate realms override to set user info data.
V
- validate(T) - Method in interface org.artifactory.api.config.DynamicSensitiveValueHandler
-
Validates the object before persistence.
- valueOf(String) - Static method in enum class org.artifactory.checksum.ChecksumType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.artifactory.common.StatusEntryLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.artifactory.md.Properties.MatchResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.artifactory.repo.RepoStatDto.RepoStatUpdateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.artifactory.security.RealmPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.artifactory.checksum.ChecksumType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.artifactory.common.StatusEntryLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.artifactory.md.Properties.MatchResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface org.artifactory.md.PropertiesInfo
- values() - Static method in enum class org.artifactory.repo.RepoStatDto.RepoStatUpdateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.artifactory.security.RealmPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VcsConfig - Class in org.artifactory.build.staging
- VcsConfig() - Constructor for class org.artifactory.build.staging.VcsConfig
- VirtualRepositoryConfiguration - Interface in org.artifactory.repo
W
- WARNING - Enum constant in enum class org.artifactory.common.StatusEntryLevel
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
invalid reference