Uses of Class
hudson.plugins.violations.model.FileSummary

Packages that use FileSummary
hudson.plugins.violations.model   
 

Uses of FileSummary in hudson.plugins.violations.model
 

Methods in hudson.plugins.violations.model that return types with arguments of type FileSummary
 java.util.SortedMap<java.lang.String,java.util.SortedSet<FileSummary>> FullBuildModel.getTypeMap()
          get the map of type to file summaries.
 java.util.SortedSet<FileSummary> FullBuildModel.getTypeSummary(java.lang.String type)
          Get the set of file summaries for a particular type.
 

Methods in hudson.plugins.violations.model with parameters of type FileSummary
 int FileSummary.compareTo(FileSummary other)
          Implement a compare to based on the number of violations.
 



Copyright © 2004-2012. All Rights Reserved.