@Service(value="repositoryListener#problem-reports") public class RepositoryProblemEventListener extends Object implements RepositoryListener
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log |
| Constructor and Description |
|---|
RepositoryProblemEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata metadata) |
void |
addArtifactProblem(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion,
RepositoryStorageMetadataException exception) |
void |
deleteArtifact(MetadataRepository metadataRepository,
String repositoryId,
String namespace,
String project,
String version,
String id) |
private org.slf4j.Logger log
public RepositoryProblemEventListener()
public void deleteArtifact(MetadataRepository metadataRepository, String repositoryId, String namespace, String project, String version, String id)
deleteArtifact in interface RepositoryListenerpublic void addArtifact(RepositorySession session, String repoId, String namespace, String projectId, ProjectVersionMetadata metadata)
addArtifact in interface RepositoryListenerpublic void addArtifactProblem(RepositorySession session, String repoId, String namespace, String projectId, String projectVersion, RepositoryStorageMetadataException exception)
addArtifactProblem in interface RepositoryListenerCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.