| Package | Description | 
|---|---|
| org.sonar.api.measures | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AverageFormula
Deprecated. 
 
since 5.2 decorators are no more executed on batch side 
 | 
class  | 
MeanAggregationFormula
Deprecated. 
 
since 5.2 decorators are no more executed on batch side 
 | 
class  | 
SumChildDistributionFormula
Deprecated. 
 
since 5.2 decorators are no more executed on batch side 
 | 
class  | 
SumChildValuesFormula
Deprecated. 
 
since 5.2 decorators are no more executed on batch side 
 | 
class  | 
WeightedMeanAggregationFormula
Deprecated. 
 
since 5.2 decorators are no more executed on batch side 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Formula | 
Metric.getFormula()
Deprecated. 
 
since 5.2 there's no more decorator on batch side, please use  
MeasureComputer instead | 
| Modifier and Type | Method and Description | 
|---|---|
Metric<G> | 
Metric.setFormula(Formula formula)
Deprecated. 
 
since 5.2 there's no more decorator on batch side, please use  
MeasureComputer instead | 
Metric.Builder | 
Metric.Builder.setFormula(Formula f)
Deprecated. 
 
since 5.2, it's no more possible to define a formula on a metric, please use  
MeasureComputer instead | 
Copyright © 2009–2015 SonarSource. All rights reserved.