Class CodeSonarWarningCountChartRow
java.lang.Object
org.jenkinsci.plugins.codesonar.models.json.CodeSonarWarningCountChartRow
- Author:
- aseno
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAnalysisName
(String analysisName) void
setNumberOfWarnings
(long numberOfWarnings) toString()
-
Constructor Details
-
CodeSonarWarningCountChartRow
public CodeSonarWarningCountChartRow() -
CodeSonarWarningCountChartRow
public CodeSonarWarningCountChartRow(long numberOfWarnings)
-
-
Method Details