public class GraphHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GraphHelper.CategoryDatasetBuilder |
static interface |
GraphHelper.DataCollector |
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.chart.JFreeChart |
buildChart(hudson.model.AbstractBuild<?,?> build,
Integer functionCcnViolationThreshold,
Integer functionNcssViolationThreshold) |
static boolean |
isGraphUnsupported()
Getter for property 'graphUnsupported'.
|
static void |
redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp,
org.kohsuke.stapler.StaplerRequest req) |
public static boolean isGraphUnsupported()
public static void redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp,
org.kohsuke.stapler.StaplerRequest req)
throws IOException
IOExceptionpublic static org.jfree.chart.JFreeChart buildChart(hudson.model.AbstractBuild<?,?> build,
@CheckForNull
Integer functionCcnViolationThreshold,
@CheckForNull
Integer functionNcssViolationThreshold)
Copyright © 2016–2018. All rights reserved.