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

Packages that use Metric
ch.hortis.sonar.model   
ch.hortis.sonar.service   
org.sonar.commons.metrics   
org.sonar.core   
org.sonar.core.consolidation   
org.sonar.core.consolidation.comments   
org.sonar.core.consolidation.complexity   
org.sonar.core.consolidation.rules   
org.sonar.core.consolidation.statistics   
org.sonar.core.consolidation.test   
org.sonar.maven.clover   
org.sonar.maven.cobertura   
org.sonar.plugins.api   
org.sonar.plugins.checkstyle   
org.sonar.plugins.javancss   
org.sonar.plugins.pmd   
org.sonar.plugins.sources   
 

Uses of Metric in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return Metric
 Metric ProjectMeasure.getMetric()
           
 

Methods in ch.hortis.sonar.model with parameters of type Metric
 void ProjectMeasure.setMetric(Metric metric)
           
 

Constructors in ch.hortis.sonar.model with parameters of type Metric
ProjectMeasure(Snapshot snapshot, Metric metric, java.lang.Double value)
           
ProjectMeasure(Snapshot snapshot, Metric metric, java.lang.String value)
           
 

Uses of Metric in ch.hortis.sonar.service
 

Fields in ch.hortis.sonar.service declared as Metric
protected  Metric MeasureKey.metric
           
 

Methods in ch.hortis.sonar.service that return Metric
 Metric MeasureKey.getMetric()
           
 Metric MeasuresDao.getMetric(Metric metric)
           
 Metric MeasuresDao.getMetric(java.lang.String metricName)
           
 

Methods in ch.hortis.sonar.service that return types with arguments of type Metric
 java.util.Collection<Metric> MeasuresDao.getMetrics()
           
 

Methods in ch.hortis.sonar.service with parameters of type Metric
 Metric MeasuresDao.getMetric(Metric metric)
           
 void MeasuresDao.persistMetric(Metric metric)
           
 MeasureKey MeasureKey.setMetric(Metric metric)
           
 

Constructors in ch.hortis.sonar.service with parameters of type Metric
MeasureKey(Metric metric)
           
MeasureKey(Metric metric, java.lang.Integer rulesCategoryId, Rule rule)
           
 

Uses of Metric in org.sonar.commons.metrics
 

Fields in org.sonar.commons.metrics declared as Metric
static Metric CoreMetrics.CLASSES_COUNT
           
static Metric CoreMetrics.CODE_COVERAGE
           
static Metric CoreMetrics.COMMENT_LINES
           
static Metric CoreMetrics.COMMENT_RATIO
           
static Metric CoreMetrics.COMPLEXITY_AVG_BY_CLASS
           
static Metric CoreMetrics.COMPLEXITY_AVG_BY_FILE
           
static Metric CoreMetrics.COMPLEXITY_AVG_BY_FUNCTION
           
static Metric CoreMetrics.COMPLEXITY_CLASSES_COUNT_DISTRIBUTION
           
static Metric CoreMetrics.COMPLEXITY_CLASSES_PERCENT_DISTRIBUTION
           
static Metric CoreMetrics.COMPLEXITY_TOTAL
           
static Metric CoreMetrics.DIRECTORIES_COUNT
           
static Metric CoreMetrics.DUPLICATED_LINES
           
static Metric CoreMetrics.DUPLICATED_LINES_RATIO
           
static Metric CoreMetrics.FILES_COUNT
           
static Metric CoreMetrics.FUNCTIONS_COUNT
           
static Metric CoreMetrics.NCSS
           
static Metric CoreMetrics.PACKAGES_COUNT
           
static Metric CoreMetrics.RULES_ALL_INDEX
           
static Metric CoreMetrics.RULES_MANDATORY_COUNT
           
static Metric CoreMetrics.RULES_MANDATORY_INDEX
           
static Metric CoreMetrics.RULES_OPTIONAL_COUNT
           
static Metric CoreMetrics.RULES_OPTIONAL_INDEX
           
static Metric CoreMetrics.TESTS_COUNT
           
static Metric CoreMetrics.TESTS_ERRORS
           
static Metric CoreMetrics.TESTS_ERRORS_PERCENTAGE
           
static Metric CoreMetrics.TESTS_FAILURE_PERCENTAGE
           
static Metric CoreMetrics.TESTS_FAILURES
           
static Metric CoreMetrics.TESTS_SKIPPED
           
static Metric CoreMetrics.TESTS_SUCCESS_PERCENTAGE
           
static Metric CoreMetrics.TESTS_TIME
           
 

Methods in org.sonar.commons.metrics that return types with arguments of type Metric
static java.util.List<Metric> CoreMetrics.getMetrics()
           
 

Uses of Metric in org.sonar.core
 

Method parameters in org.sonar.core with type arguments of type Metric
protected  void MetricDatabaseSynchronizer.register(java.util.List<Metric> metrics)
           
 

Uses of Metric in org.sonar.core.consolidation
 

Methods in org.sonar.core.consolidation that return Metric
protected abstract  Metric AbstractWeightedService.getDividendMetric()
           
protected abstract  Metric AbstractWeightedService.getDivisorMetric()
           
protected  Metric AbstractService.getMetric(Metric name)
           
protected abstract  Metric AbstractSumService.getSumMetric()
           
protected abstract  Metric AbstractWeightedService.getTargetMetric()
           
 

Methods in org.sonar.core.consolidation that return types with arguments of type Metric
protected  java.util.Collection<Metric> AbstractService.getMetrics()
           
 

Methods in org.sonar.core.consolidation with parameters of type Metric
protected  MeasureKey AbstractService.getMeasureKey(Metric name)
           
 java.util.List<ProjectMeasure> Node.getMeasures(Metric metric)
           
protected  Metric AbstractService.getMetric(Metric name)
           
 

Uses of Metric in org.sonar.core.consolidation.comments
 

Methods in org.sonar.core.consolidation.comments that return Metric
 Metric SumCommentLinesService.getSumMetric()
           
 

Uses of Metric in org.sonar.core.consolidation.complexity
 

Methods in org.sonar.core.consolidation.complexity that return Metric
protected  Metric WeightedFunctionComplexity.getDividendMetric()
           
protected  Metric WeightedFileComplexity.getDividendMetric()
           
protected  Metric WeightedClassComplexity.getDividendMetric()
           
protected  Metric WeightedFunctionComplexity.getDivisorMetric()
           
protected  Metric WeightedFileComplexity.getDivisorMetric()
           
protected  Metric WeightedClassComplexity.getDivisorMetric()
           
 Metric SumComplexity.getSumMetric()
           
protected  Metric WeightedFunctionComplexity.getTargetMetric()
           
protected  Metric WeightedFileComplexity.getTargetMetric()
           
protected  Metric WeightedClassComplexity.getTargetMetric()
           
 

Uses of Metric in org.sonar.core.consolidation.rules
 

Methods in org.sonar.core.consolidation.rules that return Metric
protected  Metric RciWarningService.getCountMetric()
           
protected  Metric RciStrictService.getCountMetric()
           
protected  Metric RciErrorService.getCountMetric()
           
protected abstract  Metric AbstractRciService.getCountMetric()
           
protected  Metric RciWarningService.getRciMetric()
           
protected  Metric RciStrictService.getRciMetric()
           
protected  Metric RciErrorService.getRciMetric()
           
protected abstract  Metric AbstractRciService.getRciMetric()
           
 

Uses of Metric in org.sonar.core.consolidation.statistics
 

Methods in org.sonar.core.consolidation.statistics that return Metric
protected  Metric WeightedDuplicatedLines.getDuplicatedLinesdMetric()
           
protected  Metric WeightedDuplicatedLines.getNbCommentsMetric()
           
protected  Metric WeightedDuplicatedLines.getNbLinesMetric()
           
 Metric SumPmdDuplicatedLines.getSumMetric()
           
 Metric SumPackages.getSumMetric()
           
 Metric SumNcss.getSumMetric()
           
 Metric SumFunctions.getSumMetric()
           
 Metric SumClasses.getSumMetric()
           
protected  Metric WeightedDuplicatedLines.getTargetMetric()
           
 

Constructors in org.sonar.core.consolidation.statistics with parameters of type Metric
CountDirectories(Metric metric)
           
CountFiles(Metric metric)
           
 

Uses of Metric in org.sonar.core.consolidation.test
 

Methods in org.sonar.core.consolidation.test that return Metric
 Metric SumSurefireTime.getSumMetric()
           
 Metric SumSurefireTests.getSumMetric()
           
 Metric SumSurefireFailures.getSumMetric()
           
 Metric SumSurefireErrors.getSumMetric()
           
 

Uses of Metric in org.sonar.maven.clover
 

Methods in org.sonar.maven.clover that return Metric
 Metric CloverCollector.getMetric()
           
 

Uses of Metric in org.sonar.maven.cobertura
 

Methods in org.sonar.maven.cobertura that return Metric
 Metric CoberturaCollector.getMetric()
           
 

Uses of Metric in org.sonar.plugins.api
 

Methods in org.sonar.plugins.api that return types with arguments of type Metric
 java.util.List<Metric> Plugin.getMetrics()
           
 

Uses of Metric in org.sonar.plugins.checkstyle
 

Methods in org.sonar.plugins.checkstyle that return types with arguments of type Metric
 java.util.List<Metric> CheckstylePlugin.getMetrics()
           
 

Uses of Metric in org.sonar.plugins.javancss
 

Methods in org.sonar.plugins.javancss that return types with arguments of type Metric
 java.util.List<Metric> JavaNcssPlugin.getMetrics()
           
 

Uses of Metric in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return types with arguments of type Metric
 java.util.List<Metric> PmdPlugin.getMetrics()
           
 

Uses of Metric in org.sonar.plugins.sources
 

Methods in org.sonar.plugins.sources that return types with arguments of type Metric
 java.util.List<Metric> SourcesPlugin.getMetrics()
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.