Uses of Class
hu.midori.kosmos.model.ScmRepositoryChange

Packages that use ScmRepositoryChange
hu.midori.kosmos.model   
 

Uses of ScmRepositoryChange in hu.midori.kosmos.model
 

Fields in hu.midori.kosmos.model with type parameters of type ScmRepositoryChange
 java.util.List<ScmRepositoryChange> SvnRepository.commits
          Full history of the commits in reversed order.
 

Methods in hu.midori.kosmos.model that return types with arguments of type ScmRepositoryChange
 java.util.List<ScmRepositoryChange> SvnRepository.getCommits()
           
 

Constructor parameters in hu.midori.kosmos.model with type arguments of type ScmRepositoryChange
SvnRepository(java.lang.String location, long revision, java.util.Date createdDate, java.util.List<ScmRepositoryChange> commits, int commitsTotal, int commitsToday, int commitsLast7Days, int commitsLast31Days, int committersTotal, int committersToday, int committersLast7Days, int committersLast31Days, ZoomableImageLocator filesPerFileTypeChartLocator, ZoomableImageLocator commitsPerAuthorChartLocator, ZoomableImageLocator commitsPerFileChartLocator, ZoomableImageLocator commitsPerWeekChartLocator, ZoomableImageLocator repoEntriesPerWeekChartLocator, int dirs, int files, int totalFileSize, java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Integer>> filesPerFileType, java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Integer>> commitsPerAuthor, java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Integer>> commitsPerFile)