Package org.apache.maven.archiva.database

Examples of org.apache.maven.archiva.database.RepositoryContentStatisticsDAO.queryRepositoryContentStatistics()


                try
                {                
                  startDateInDF = getStartDateInDateFormat();
                  endDateInDF = getEndDateInDateFormat();
                 
                    List<RepositoryContentStatistics> contentStats = repoContentStatsDao.queryRepositoryContentStatistics(
                           new RepositoryContentStatisticsByRepositoryConstraint( selectedRepo, startDateInDF, endDateInDF ) );
                                       
                    if( contentStats == null || contentStats.isEmpty() )
                    {  
                        addActionError( "No statistics available for repository. Repository might not have been scanned." );
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.