hudson.plugins.helpers
クラス GraphHelper
java.lang.Object
hudson.plugins.helpers.GraphHelper
public class GraphHelper
- extends Object
TODO javadoc.
- 導入されたバージョン:
- 09-Jan-2008 21:30:15
- 作成者:
- Stephen Connolly
メソッドの概要 |
static org.jfree.chart.JFreeChart |
buildChart(org.jfree.data.category.CategoryDataset dataset)
|
static hudson.util.Graph |
generateGraph(org.jfree.data.category.CategoryDataset dataset,
int width,
int height)
|
static boolean |
isGraphUnsupported()
Getter for property 'graphUnsupported'. |
static void |
redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp,
org.kohsuke.stapler.StaplerRequest req)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isGraphUnsupported
public static boolean isGraphUnsupported()
- Getter for property 'graphUnsupported'.
- 戻り値:
- Value for property 'graphUnsupported'.
redirectWhenGraphUnsupported
public static void redirectWhenGraphUnsupported(org.kohsuke.stapler.StaplerResponse rsp,
org.kohsuke.stapler.StaplerRequest req)
throws IOException
- 例外:
IOException
generateGraph
public static hudson.util.Graph generateGraph(org.jfree.data.category.CategoryDataset dataset,
int width,
int height)
buildChart
public static org.jfree.chart.JFreeChart buildChart(org.jfree.data.category.CategoryDataset dataset)
Copyright © 2004-2011. All Rights Reserved.