Class CodeSonarWarningCountChartData
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.json.CodeSonarWarningCountChartData
-
public class CodeSonarWarningCountChartData extends Object
- Author:
- aseno
-
-
Constructor Summary
Constructors Constructor Description CodeSonarWarningCountChartData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CodeSonarWarningCountChartRow>
getRows()
void
setRows(List<CodeSonarWarningCountChartRow> rows)
String
toString()
-
-
-
Method Detail
-
getRows
public List<CodeSonarWarningCountChartRow> getRows()
-
setRows
public void setRows(List<CodeSonarWarningCountChartRow> rows)
-
-