Uses of Class
org.jenkinsci.plugins.codesonar.models.json.CodeSonarWarningCountChartRow
-
Packages that use CodeSonarWarningCountChartRow Package Description org.jenkinsci.plugins.codesonar.models.json org.jenkinsci.plugins.codesonar.services -
-
Uses of CodeSonarWarningCountChartRow in org.jenkinsci.plugins.codesonar.models.json
Methods in org.jenkinsci.plugins.codesonar.models.json that return types with arguments of type CodeSonarWarningCountChartRow Modifier and Type Method Description List<CodeSonarWarningCountChartRow>
CodeSonarWarningCountChartData. getRows()
Method parameters in org.jenkinsci.plugins.codesonar.models.json with type arguments of type CodeSonarWarningCountChartRow Modifier and Type Method Description void
CodeSonarWarningCountChartData. setRows(List<CodeSonarWarningCountChartRow> rows)
-
Uses of CodeSonarWarningCountChartRow in org.jenkinsci.plugins.codesonar.services
Methods in org.jenkinsci.plugins.codesonar.services that return CodeSonarWarningCountChartRow Modifier and Type Method Description CodeSonarWarningCountChartRow
AnalysisService. getNumberOfWarnings(URI baseHubUri, long analysisId, String filter)
CodeSonarWarningCountChartRow
IAnalysisService. getNumberOfWarnings(URI baseHubUri, long analysisId, String filter)
-