Uses of Class
hudson.plugins.rubyMetrics.railsNotes.model.RailsNotesMetrics

Packages that use RailsNotesMetrics
hudson.plugins.rubyMetrics.railsNotes.model   
 

Uses of RailsNotesMetrics in hudson.plugins.rubyMetrics.railsNotes.model
 

Methods in hudson.plugins.rubyMetrics.railsNotes.model that return RailsNotesMetrics
static RailsNotesMetrics RailsNotesMetrics.toRailsNotesMetrics(java.lang.String name)
           
static RailsNotesMetrics RailsNotesMetrics.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RailsNotesMetrics[] RailsNotesMetrics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.rubyMetrics.railsNotes.model that return types with arguments of type RailsNotesMetrics
 java.util.Map<java.lang.String,java.util.Map<RailsNotesMetrics,java.lang.Integer>> RailsNotesResults.getMetrics()
           
 java.util.Map<RailsNotesMetrics,java.lang.Integer> RailsNotesResults.getTotal()
          Generate the total count of each annotation by adding together all the annotations in metrics.
 

Methods in hudson.plugins.rubyMetrics.railsNotes.model with parameters of type RailsNotesMetrics
 void RailsNotesResults.addAnnotationFor(java.lang.String fileName, RailsNotesMetrics annotation)
          Add an instance of annotation in the file fileName.
 int RailsNotesMetrics.COMPARATOR.compare(RailsNotesMetrics o1, RailsNotesMetrics o2)
           
 



Copyright © 2010. All Rights Reserved.