|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric.Level | |
|---|---|
| org.sonar.api.database.model | |
| org.sonar.api.measures | |
| Uses of Metric.Level in org.sonar.api.database.model |
|---|
| Methods in org.sonar.api.database.model that return Metric.Level | |
|---|---|
Metric.Level |
MeasureModel.getAlertStatus()
|
Metric.Level |
MeasureModel.getLevelValue()
|
| Methods in org.sonar.api.database.model with parameters of type Metric.Level | |
|---|---|
MeasureModel |
MeasureModel.setAlertStatus(Metric.Level level)
Sets the measure alert status |
| Constructors in org.sonar.api.database.model with parameters of type Metric.Level | |
|---|---|
MeasureModel(int metricId,
Metric.Level level)
Creates a measure based on a metric and an alert level |
|
| Uses of Metric.Level in org.sonar.api.measures |
|---|
| Fields in org.sonar.api.measures declared as Metric.Level | |
|---|---|
protected Metric.Level |
Measure.alertStatus
|
| Fields in org.sonar.api.measures with type parameters of type Metric.Level | |
|---|---|
static Metric<Metric.Level> |
CoreMetrics.ALERT_STATUS
|
| Methods in org.sonar.api.measures that return Metric.Level | |
|---|---|
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. |
| Methods in org.sonar.api.measures with parameters of type Metric.Level | |
|---|---|
Measure |
Measure.setAlertStatus(Metric.Level status)
Set the alert status of the measure |
Measure |
Measure.setData(Metric.Level level)
Sets an alert level as the data field |
| Constructors in org.sonar.api.measures with parameters of type Metric.Level | |
|---|---|
Measure(Metric metric,
Metric.Level level)
Creates a measure with a metric and an alert level |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||