Class Plotter
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.Plotter
-
public class Plotter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doGetPlot(hudson.model.Job<?,?> job, MetricIds metaData, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Method that generates the chart and adds it to the response object to allow jenkins to display it.
-
-
-
Method Detail
-
doGetPlot
public static void doGetPlot(hudson.model.Job<?,?> job, MetricIds metaData, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Method that generates the chart and adds it to the response object to allow jenkins to display it. It is called in SonargraphChartAction/index.jelly in the src attribute of an img tag.- Parameters:
metaData
-
-
-