| Package | Description | 
|---|---|
| org.sonar.api.measures | 
| Modifier and Type | Field and Description | 
|---|---|
protected Metric.Level | 
Measure.alertStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
static Metric<Metric.Level> | 
CoreMetrics.ALERT_STATUS  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric.Level | 
Measure.getAlertStatus()  | 
Metric.Level | 
Measure.getDataAsLevel()  | 
static Metric.Level | 
Metric.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Metric.Level[] | 
Metric.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Measure<G> | 
Measure.setAlertStatus(Metric.Level status)
Set the alert status of the measure 
 | 
Measure<G> | 
Measure.setData(Metric.Level level)
Sets an alert level as the data field 
 | 
| Constructor and Description | 
|---|
Measure(Metric metric,
              Metric.Level level)
Creates a measure with a metric and an alert level 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.