| Package | Description | 
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.batch.measure | |
| org.sonar.api.batch.sensor.measure | |
| org.sonar.api.batch.sensor.measure.internal | |
| org.sonar.api.measures | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Measure | 
SonarIndex.getMeasure(Resource resource,
                    Metric<?> metric)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric | 
MetricFinder.findByKey(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Metric> | 
MetricFinder.findAll()  | 
Collection<Metric> | 
MetricFinder.findAll(List<String> metricKeys)  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric<G> | 
Measure.metric()
The metric this measure belong to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NewMeasure<G> | 
NewMeasure.forMetric(Metric<G> metric)
Set the metric this measure belong to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Metric<G> | 
DefaultMeasure.metric()  | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultMeasure<G> | 
DefaultMeasure.forMetric(Metric<G> metric)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Metric<G extends Serializable>  | 
| Modifier and Type | Method and Description | 
|---|---|
static MeasuresFilter<Measure> | 
MeasuresFilters.metric(Metric<?> metric)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.