hudson.plugins.testlink
Class GraphHelper

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

public class GraphHelper
extends java.lang.Object

Helper class for trend graph generation.

Since:
1.0
Author:
TestNG plug-in

Method Summary
static org.jfree.chart.JFreeChart createChart(org.kohsuke.stapler.StaplerRequest req, org.jfree.data.category.CategoryDataset dataset)
           
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

redirectWhenGraphUnsupported

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

createChart

public static org.jfree.chart.JFreeChart createChart(org.kohsuke.stapler.StaplerRequest req,
                                                     org.jfree.data.category.CategoryDataset dataset)


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2011 Jenkins. All Rights Reserved.