com.thalesgroup.hudson.plugins.cppcheck.graph
Class CppcheckGraph

java.lang.Object
  extended by hudson.util.Graph
      extended by com.thalesgroup.hudson.plugins.cppcheck.graph.CppcheckGraph

public class CppcheckGraph
extends hudson.util.Graph


Field Summary
static int DEFAULT_CHART_HEIGHT
           
static int DEFAULT_CHART_WIDTH
           
 
Constructor Summary
CppcheckGraph(hudson.model.AbstractBuild<?,?> owner, org.jfree.data.category.CategoryDataset categoryDataset, java.lang.String yLabel, int chartWidth, int chartHeight)
           
 
Method Summary
protected  org.jfree.chart.JFreeChart createGraph()
          Creates a Cppcheck 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
 

Field Detail

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
Constructor Detail

CppcheckGraph

public CppcheckGraph(hudson.model.AbstractBuild<?,?> owner,
                     org.jfree.data.category.CategoryDataset categoryDataset,
                     java.lang.String yLabel,
                     int chartWidth,
                     int chartHeight)
Method Detail

createGraph

protected org.jfree.chart.JFreeChart createGraph()
Creates a Cppcheck trend graph

Specified by:
createGraph in class hudson.util.Graph
Returns:
the JFreeChart graph object


Copyright © 2009. All Rights Reserved.