|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.util.BuildResultGraph
hudson.plugins.checkstyle.util.CategoryBuildResultGraph
hudson.plugins.checkstyle.util.NewVersusFixedGraph
public class NewVersusFixedGraph
Builds a new versus fixed warnings graph for a specified result action.
| Constructor Summary | |
|---|---|
NewVersusFixedGraph()
|
|
| Method Summary | |
|---|---|
protected java.util.List<java.lang.Integer> |
computeSeries(BuildResult current)
Returns the series to plot for the specified build result. |
protected org.jfree.chart.JFreeChart |
createChart(org.jfree.data.category.CategoryDataset dataSet)
Creates the chart for the specified data set. |
protected org.jfree.chart.renderer.category.CategoryItemRenderer |
createRenderer(java.lang.String pluginName,
ToolTipProvider toolTipProvider)
Creates the renderer for this graph. |
protected java.awt.Color[] |
getColors()
Returns the colors for this graph. |
| Methods inherited from class hudson.plugins.checkstyle.util.CategoryBuildResultGraph |
|---|
create, createAreaChart, createBlockChart, createChart, setCategoryPlotProperties, setColors |
| Methods inherited from class hudson.plugins.checkstyle.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 |
|---|
public NewVersusFixedGraph()
| Method Detail |
|---|
protected java.util.List<java.lang.Integer> computeSeries(BuildResult current)
computeSeries in class CategoryBuildResultGraphcurrent - the current build result
protected org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataSet)
createChart in class CategoryBuildResultGraphdataSet - the data set to show in the graph
protected java.awt.Color[] getColors()
getColors in class CategoryBuildResultGraph
protected org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(java.lang.String pluginName,
ToolTipProvider toolTipProvider)
createRenderer in class CategoryBuildResultGraphpluginName - the name of the plug-intoolTipProvider - the tooltip provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||