org.apache.archiva.rest.api.services
Interface ReportRepositoriesService


public interface ReportRepositoriesService

ReportRepositoriesService

Since:
1.4-M3
Author:
Adrien Lecharpentier <adrien.lecharpentier@zenika.com>

Method Summary
 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)
           
 

Method Detail

getStatisticsReport

List<org.apache.archiva.metadata.repository.stats.RepositoryStatistics> getStatisticsReport(List<String> repositoriesId,
                                                                                            int rowCount,
                                                                                            Date startDate,
                                                                                            Date endDate)
                                                                                            throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

getHealthReport

List<org.apache.archiva.reports.RepositoryProblemFacet> getHealthReport(String repository,
                                                                        String groupId,
                                                                        int rowCount)
                                                                        throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.