Uses of Class
ch.hortis.sonar.model.ProjectMeasure

Packages that use ProjectMeasure
ch.hortis.sonar.service   
org.sonar.core.consolidation   
org.sonar.core.consolidation.tendency   
org.sonar.plugins.api   
org.sonar.plugins.java   
org.sonar.plugins.plsql   
 

Uses of ProjectMeasure in ch.hortis.sonar.service
 

Methods in ch.hortis.sonar.service that return types with arguments of type ProjectMeasure
 java.util.List<ProjectMeasure> MeasuresDao.getMeasures(java.lang.Integer snapshotId)
           
 

Constructors in ch.hortis.sonar.service with parameters of type ProjectMeasure
MeasureKey(ProjectMeasure measure)
           
 

Uses of ProjectMeasure in org.sonar.core.consolidation
 

Methods in org.sonar.core.consolidation that return ProjectMeasure
 ProjectMeasure Node.getMeasure(MeasureKey key)
           
 

Methods in org.sonar.core.consolidation that return types with arguments of type ProjectMeasure
 java.util.List<ProjectMeasure> Node.getChildrenMeasures()
           
 java.util.List<ProjectMeasure> Node.getChildrenMeasures(MeasureKey key)
           
 java.util.List<ProjectMeasure> Node.getMeasures()
           
 java.util.List<ProjectMeasure> Node.getMeasures(MeasureKey key)
           
 java.util.List<ProjectMeasure> Node.getMeasures(Metric metric)
           
 

Methods in org.sonar.core.consolidation with parameters of type ProjectMeasure
protected  double AbstractWeightedService.calculate(ProjectMeasure dividend, ProjectMeasure divisor)
           
 

Uses of ProjectMeasure in org.sonar.core.consolidation.tendency
 

Methods in org.sonar.core.consolidation.tendency with parameters of type ProjectMeasure
protected  java.util.List<java.lang.Double> TendencyService.getValues(java.util.List<ProjectMeasure> measures, ProjectMeasure newMeasure)
           
 

Method parameters in org.sonar.core.consolidation.tendency with type arguments of type ProjectMeasure
protected  java.util.List<java.lang.Double> TendencyService.getValues(java.util.List<ProjectMeasure> measures, ProjectMeasure newMeasure)
           
 

Uses of ProjectMeasure in org.sonar.plugins.api
 

Methods in org.sonar.plugins.api that return ProjectMeasure
 ProjectMeasure MeasuresRecorder.createProjectMeasure(MeasureKey key, java.lang.Double value)
           
 ProjectMeasure AbstractMeasuresRecorder.createProjectMeasure(MeasureKey key, java.lang.Double value)
           
 ProjectMeasure Entity.getMeasure(MeasureKey key)
           
 

Methods in org.sonar.plugins.api that return types with arguments of type ProjectMeasure
 java.util.List<ProjectMeasure> Entity.getChildrenMeasures()
           
 java.util.List<ProjectMeasure> Entity.getChildrenMeasures(MeasureKey key)
           
 java.util.List<ProjectMeasure> Entity.getMeasures()
           
 java.util.List<ProjectMeasure> Entity.getMeasures(MeasureKey key)
           
 

Uses of ProjectMeasure in org.sonar.plugins.java
 

Methods in org.sonar.plugins.java that return ProjectMeasure
 ProjectMeasure JavaMeasuresRecorder.createClassMeasure(java.lang.String packageName, java.lang.String className, boolean unitTest, MeasureKey key, java.lang.Double value)
           
 ProjectMeasure JavaMeasuresRecorder.createPackageMeasure(java.lang.String packageName, MeasureKey key, java.lang.Double value)
           
 

Uses of ProjectMeasure in org.sonar.plugins.plsql
 

Methods in org.sonar.plugins.plsql that return ProjectMeasure
 ProjectMeasure PlsqlMeasuresRecorder.createDirectoryMeasure(java.lang.String dirname, MeasureKey key, java.lang.Double value)
           
 ProjectMeasure PlsqlMeasuresRecorder.createFileMeasure(java.lang.String dirName, java.lang.String filename, MeasureKey key, java.lang.Double value)
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.