Class CodeSonarWarningCountChartRow
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.json.CodeSonarWarningCountChartRow
-
public class CodeSonarWarningCountChartRow extends Object
- Author:
- aseno
-
-
Constructor Summary
Constructors Constructor Description CodeSonarWarningCountChartRow()
CodeSonarWarningCountChartRow(long numberOfWarnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnalysisName()
long
getNumberOfWarnings()
void
setAnalysisName(String analysisName)
void
setNumberOfWarnings(long numberOfWarnings)
String
toString()
-