hudson.plugins.findbugs.dashboard
Class FindbugsEvaluationsGraph

java.lang.Object
  extended by hudson.plugins.analysis.graph.BuildResultGraph
      extended by hudson.plugins.analysis.graph.CategoryBuildResultGraph
          extended by hudson.plugins.findbugs.dashboard.FindbugsEvaluationsGraph

public class FindbugsEvaluationsGraph
extends hudson.plugins.analysis.graph.CategoryBuildResultGraph

Builds a review count graph for a specified result action.

Author:
Keith Lea

Constructor Summary
FindbugsEvaluationsGraph()
           
 
Method Summary
protected  List<Integer> computeSeries(hudson.plugins.analysis.core.BuildResult current)
           
protected  org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataSet)
           
protected  org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(hudson.plugins.analysis.graph.GraphConfiguration configuration, String pluginName, hudson.plugins.analysis.util.ToolTipProvider toolTipProvider)
          
protected  Color[] getColors()
           
 String getId()
           
 String getLabel()
           
 
Methods inherited from class hudson.plugins.analysis.graph.CategoryBuildResultGraph
create, createAggregation, createAreaChart, createBlockChart, createChart, createLineGraph, createLineRenderer, getRowId, setCategoryPlotProperties, setColors
 
Methods inherited from class hudson.plugins.analysis.graph.BuildResultGraph
computeDayDelta, computeDayDelta, createXYChart, getExampleImage, getGraph, getGraph, getPlugin, getRootUrl, isDeactivated, isSelectable, isVisible, setPlotProperties, setRootUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindbugsEvaluationsGraph

public FindbugsEvaluationsGraph()
Method Detail

getId

public String getId()
Specified by:
getId in class hudson.plugins.analysis.graph.BuildResultGraph

getLabel

public String getLabel()
Specified by:
getLabel in class hudson.plugins.analysis.graph.BuildResultGraph

computeSeries

protected List<Integer> computeSeries(hudson.plugins.analysis.core.BuildResult current)
Specified by:
computeSeries in class hudson.plugins.analysis.graph.CategoryBuildResultGraph

createChart

protected org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataSet)
Specified by:
createChart in class hudson.plugins.analysis.graph.CategoryBuildResultGraph

getColors

protected Color[] getColors()
Specified by:
getColors in class hudson.plugins.analysis.graph.CategoryBuildResultGraph

createRenderer

protected org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(hudson.plugins.analysis.graph.GraphConfiguration configuration,
                                                                                String pluginName,
                                                                                hudson.plugins.analysis.util.ToolTipProvider toolTipProvider)

Specified by:
createRenderer in class hudson.plugins.analysis.graph.CategoryBuildResultGraph


Copyright © 2004-2012 Hudson. All Rights Reserved.