|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.graph.BuildResultGraph
hudson.plugins.analysis.graph.CategoryBuildResultGraph
hudson.plugins.analysis.graph.NewVersusFixedGraph
public class NewVersusFixedGraph
Builds a new versus fixed warnings graph for a specified result action.
| Constructor Summary | |
|---|---|
NewVersusFixedGraph()
|
|
| Method Summary | |
|---|---|
protected List<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(GraphConfiguration configuration,
String pluginName,
ToolTipProvider toolTipProvider)
Creates the renderer for this graph. |
protected Color[] |
getColors()
Returns the colors for this graph. |
String |
getId()
Returns the ID of this graph. |
String |
getLabel()
Returns a human readable label describing this graph. |
| 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, isBuildTooOld, 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 |
|---|
public NewVersusFixedGraph()
| Method Detail |
|---|
public String getId()
BuildResultGraph
getId in class BuildResultGraphpublic String getLabel()
BuildResultGraph
getLabel in class BuildResultGraphprotected List<Integer> computeSeries(BuildResult current)
CategoryBuildResultGraph
computeSeries in class CategoryBuildResultGraphcurrent - the current build result
protected org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataSet)
CategoryBuildResultGraph
createChart in class CategoryBuildResultGraphdataSet - the data set to show in the graph
protected Color[] getColors()
CategoryBuildResultGraph
getColors in class CategoryBuildResultGraph
protected org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(GraphConfiguration configuration,
String pluginName,
ToolTipProvider toolTipProvider)
CategoryBuildResultGraph
createRenderer in class CategoryBuildResultGraphconfiguration - the graph configurationpluginName - 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 | |||||||||