Package org.jenkinsci.plugins.codesonar
Class CodeSonarGraph
java.lang.Object
org.jenkinsci.plugins.codesonar.CodeSonarGraph
- Author:
- andrius
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jfree.chart.JFreeChart
createChart
(org.jfree.data.category.CategoryDataset dataset, String title, String yaxis) void
drawGraph
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel> dsb, String title) getTitle()
void
-
Field Details
-
title
-
-
Constructor Details
-
CodeSonarGraph
public CodeSonarGraph()
-
-
Method Details
-
getTitle
-
setTitle
-
drawGraph
public void drawGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel> dsb, String title) throws IOException- Throws:
IOException
-
createChart
-