public interface NewMeasure<G extends Serializable>
| Modifier and Type | Method and Description | 
|---|---|
| NewMeasure<G> | forMetric(Metric<G> metric)Set the metric this measure belong to. | 
| NewMeasure<G> | on(InputComponent component)The  InputComponentthe measure belongs to. | 
| void | save()Save the measure. | 
| NewMeasure<G> | withValue(G value)Value of the measure. | 
NewMeasure<G> on(InputComponent component)
InputComponent the measure belongs to. Mandatory.NewMeasure<G> forMetric(Metric<G> metric)
MetricFinder.NewMeasure<G> withValue(G value)
void save()
Copyright © 2009–2016 SonarSource. All rights reserved.