public interface ReportRepositoriesService
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.archiva.reports.RepositoryProblemFacet> |
getHealthReport(String repository,
String groupId,
int rowCount) |
List<org.apache.archiva.metadata.repository.stats.RepositoryStatistics> |
getStatisticsReport(List<String> repositoriesId,
int rowCount,
Date startDate,
Date endDate) |
List<org.apache.archiva.metadata.repository.stats.RepositoryStatistics> getStatisticsReport(List<String> repositoriesId, int rowCount, Date startDate, Date endDate) throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<org.apache.archiva.reports.RepositoryProblemFacet> getHealthReport(String repository, String groupId, int rowCount) throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.