hudson.plugins.pmd.util
Class DifferenceGraph

java.lang.Object
  extended by hudson.plugins.pmd.util.BuildResultGraph
      extended by hudson.plugins.pmd.util.DifferenceGraph

public class DifferenceGraph
extends BuildResultGraph

Builds a graph with the difference between new and fixed warnings for a specified result action.

Author:
Ulli Hafner

Constructor Summary
DifferenceGraph()
           
 
Method Summary
 org.jfree.chart.JFreeChart create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, java.lang.String pluginName)
          Creates a PNG image trend graph.
 
Methods inherited from class hudson.plugins.pmd.util.BuildResultGraph
computeDayDelta, createXYChart, getRootUrl, setPlotProperties, setRootUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DifferenceGraph

public DifferenceGraph()
Method Detail

create

public org.jfree.chart.JFreeChart create(GraphConfiguration configuration,
                                         ResultAction<? extends BuildResult> resultAction,
                                         java.lang.String pluginName)
Creates a PNG image trend graph.

Specified by:
create in class BuildResultGraph
Parameters:
configuration - the configuration parameters
resultAction - the result action to start the graph computation from
pluginName - the name of the plug-in
Returns:
the graph


Copyright © 2009. All Rights Reserved.