|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| org.sonar.commons.alerts | |
| org.sonar.commons.resources | |
| Uses of Metric in org.sonar.commons.alerts |
|---|
| Methods in org.sonar.commons.alerts that return Metric | |
|---|---|
Metric |
Alert.getMetric()
|
| Methods in org.sonar.commons.alerts with parameters of type Metric | |
|---|---|
void |
Alert.setMetric(Metric metric)
|
| Constructors in org.sonar.commons.alerts with parameters of type Metric | |
|---|---|
Alert(RulesProfile rulesProfile,
Metric metric,
java.lang.String operator,
java.lang.String valueError,
java.lang.String valueWarning)
|
|
| Uses of Metric in org.sonar.commons.resources |
|---|
| Fields in org.sonar.commons.resources declared as Metric | |
|---|---|
protected Metric |
MeasureKey.metric
|
| Methods in org.sonar.commons.resources that return Metric | |
|---|---|
Metric |
MeasureKey.getMetric()
|
Metric |
Measure.getMetric()
|
Metric |
MeasuresDao.getMetric(Metric metric)
|
Metric |
MeasuresDao.getMetric(java.lang.String metricName)
|
| Methods in org.sonar.commons.resources that return types with arguments of type Metric | |
|---|---|
java.util.Collection<Metric> |
MeasuresDao.getEnabledMetrics()
|
java.util.Collection<Metric> |
MeasuresDao.getMetrics()
|
java.util.Collection<Metric> |
MeasuresDao.getUserDefinedMetrics()
|
| Methods in org.sonar.commons.resources with parameters of type Metric | |
|---|---|
Metric |
MeasuresDao.getMetric(Metric metric)
|
void |
MeasuresDao.persistMetric(Metric metric)
|
MeasureKey |
MeasureKey.setMetric(Metric metric)
|
void |
Measure.setMetric(Metric metric)
|
| Method parameters in org.sonar.commons.resources with type arguments of type Metric | |
|---|---|
void |
MeasuresDao.disabledMetrics(java.util.Collection<Metric> metrics)
|
void |
MeasuresDao.registerMetrics(java.util.Collection<Metric> metrics)
|
| Constructors in org.sonar.commons.resources with parameters of type Metric | |
|---|---|
Measure(Metric metric,
java.lang.Double val)
|
|
Measure(Metric metric,
Metric.Level level)
|
|
Measure(Metric metric,
java.lang.String val)
|
|
MeasureKey(Metric metric)
|
|
MeasureKey(Metric metric,
java.lang.Integer categoryId)
|
|
MeasureKey(Metric metric,
java.lang.Integer rulesCategoryId,
Rule rule)
|
|
MeasureKey(Metric metric,
Rule rule)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||