| Package | Description | 
|---|---|
| org.sonar.api.ce.measure | |
| org.sonar.api.ce.measure.test | 
| Modifier and Type | Method and Description | 
|---|---|
Measure | 
MeasureComputer.MeasureComputerContext.getMeasure(String metric)
Returns the measure from a given metric on the current component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Measure> | 
MeasureComputer.MeasureComputerContext.getChildrenMeasures(String metric)
Returns measures from a given metric on children of the current component. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TestMeasure  | 
| Modifier and Type | Method and Description | 
|---|---|
Measure | 
TestMeasureComputerContext.getMeasure(String metric)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Measure> | 
TestMeasureComputerContext.getChildrenMeasures(String metric)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.