Class CodeSonarGraph


  • public class CodeSonarGraph
    extends Object
    Author:
    andrius
    • Field Detail

      • title

        protected String title
    • Constructor Detail

      • CodeSonarGraph

        public CodeSonarGraph()
    • Method Detail

      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • drawGraph

        public void drawGraph​(org.kohsuke.stapler.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp,
                              hudson.util.DataSetBuilder<String,​hudson.util.ChartUtil.NumberOnlyBuildLabel> dsb,
                              String title)
                       throws IOException
        Throws:
        IOException
      • createChart

        protected org.jfree.chart.JFreeChart createChart​(org.jfree.data.category.CategoryDataset dataset,
                                                         String title,
                                                         String yaxis)