| Package | Description |
|---|---|
| io.github.devsecops.engine.domain.sonar.api | |
| io.github.devsecops.engine.domain.sonar.model | |
| io.github.devsecops.engine.domain.sonar.utils |
| Modifier and Type | Method and Description |
|---|---|
Map<Metric,Integer> |
SonarMeasuresApi.calculate(String component) |
| Modifier and Type | Method and Description |
|---|---|
static Metric |
Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Metric,MetricReport> |
SonarMeasureValidator.perform(Map<Metric,Integer> measures) |
Map<Metric,Integer> |
SonarMeasureMapper.toMeasures(String response) |
| Modifier and Type | Method and Description |
|---|---|
Map<Metric,MetricReport> |
SonarMeasureValidator.perform(Map<Metric,Integer> measures) |
Copyright © 2022. All rights reserved.