Modifier and Type | Method and Description |
---|---|
void |
RepositoryListener.addArtifact(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
MetadataRepository.getProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion)
Returns the metadata for the project version.
|
ProjectVersionMetadata |
AbstractMetadataRepository.getProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
ProjectVersionMetadata |
MetadataResolver.resolveProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
ProjectVersionMetadata |
DefaultMetadataResolver.resolveProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataRepository.updateProjectVersion(RepositorySession session,
String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata)
Updates the metadata for a specific version of a given project.
|
void |
AbstractMetadataRepository.updateProjectVersion(RepositorySession session,
String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
CassandraMetadataRepository.getProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
CassandraMetadataRepository.updateProjectVersion(RepositorySession session,
String repositoryId,
String namespaceId,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
FileMetadataRepository.getProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
FileMetadataRepository.updateProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
JcrMetadataRepository.getProjectVersion(RepositorySession session,
String repositoryId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
JcrMetadataRepository.updateProjectVersion(RepositorySession session,
String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
RepositoryStorage.readProjectVersionMetadata(ReadMetadataRequest readMetadataRequest) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
Maven2RepositoryStorage.readProjectVersionMetadata(ReadMetadataRequest readMetadataRequest) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryProblemEventListener.addArtifact(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
BrowseService.getProjectMetadata(String groupId,
String artifactId,
String version,
String repositoryId) |
ProjectVersionMetadata |
BrowseService.getProjectVersionMetadata(String groupId,
String artifactId,
String repositoryId) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
DefaultBrowseService.getProjectMetadata(String groupId,
String artifactId,
String version,
String repositoryId) |
ProjectVersionMetadata |
DefaultBrowseService.getProjectVersionMetadata(String groupId,
String artifactId,
String repositoryId) |
Modifier and Type | Method and Description |
---|---|
org.apache.archiva.components.cache.Cache<String,ProjectVersionMetadata> |
DefaultBrowseService.getVersionMetadataCache() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBrowseService.setVersionMetadataCache(org.apache.archiva.components.cache.Cache<String,ProjectVersionMetadata> versionMetadataCache) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.