hudson.plugins.robot.graph
Class RobotGraph
java.lang.Object
hudson.util.Graph
hudson.plugins.robot.graph.RobotGraph
public class RobotGraph
- extends hudson.util.Graph
|
Constructor Summary |
RobotGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
java.lang.String yLabel,
java.lang.String xLabel,
int chartWidth,
int chartHeight)
|
|
Method Summary |
protected org.jfree.chart.JFreeChart |
createGraph()
Creates a Robot trend graph |
| Methods inherited from class hudson.util.Graph |
doMap, doPng |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHART_WIDTH
public static final int DEFAULT_CHART_WIDTH
- See Also:
- Constant Field Values
DEFAULT_CHART_HEIGHT
public static final int DEFAULT_CHART_HEIGHT
- See Also:
- Constant Field Values
RobotGraph
public RobotGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
java.lang.String yLabel,
java.lang.String xLabel,
int chartWidth,
int chartHeight)
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- Creates a Robot trend graph
- Specified by:
createGraph in class hudson.util.Graph
- Returns:
- the JFreeChart graph object
Copyright © 2010. All Rights Reserved.