Uses of Class
hudson.plugins.violations.model.BuildModel.FileCount

Packages that use BuildModel.FileCount
hudson.plugins.violations.model   
 

Uses of BuildModel.FileCount in hudson.plugins.violations.model
 

Methods in hudson.plugins.violations.model that return types with arguments of type BuildModel.FileCount
 java.util.SortedSet<BuildModel.FileCount> BuildModel.getFileCounts(java.lang.String type)
          get a set of file counts for a type.
 java.util.SortedMap<java.lang.String,java.util.SortedSet<BuildModel.FileCount>> BuildModel.getTypeMap()
          Get the map of type to file counts.
 

Methods in hudson.plugins.violations.model with parameters of type BuildModel.FileCount
 int BuildModel.FileCount.compareTo(BuildModel.FileCount other)
          Compare to another FileCount object.
 



Copyright © 2004-2012. All Rights Reserved.