hudson.plugins.helpers
Class GraphHelper

java.lang.Object
  extended by hudson.plugins.helpers.GraphHelper

public class GraphHelper
extends java.lang.Object

TODO javadoc.

Since:
09-Jan-2008 21:30:15
Author:
Stephen Connolly

Nested Class Summary
static interface GraphHelper.CategoryDatasetBuilder
           
static interface GraphHelper.DataCollector
           
 
Method Summary
static org.jfree.chart.JFreeChart buildChart(hudson.model.AbstractBuild<?,?> build, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold)
           
static boolean isGraphUnsupported()
          Getter for property 'graphUnsupported'.
static void redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp, org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isGraphUnsupported

public static boolean isGraphUnsupported()
Getter for property 'graphUnsupported'.

Returns:
Value for property 'graphUnsupported'.

redirectWhenGraphUnsupported

public static void redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp,
                                                org.kohsuke.stapler.StaplerRequest req)
                                         throws java.io.IOException
Throws:
java.io.IOException

buildChart

public static org.jfree.chart.JFreeChart buildChart(hudson.model.AbstractBuild<?,?> build,
                                                    java.lang.Integer functionCcnViolationThreshold,
                                                    java.lang.Integer functionNcssViolationThreshold)


Copyright © 2009. All Rights Reserved.