|
||||||||||
| 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.HealthGraph
public class HealthGraph
Builds a graph showing all warnings by health descriptor.
| Constructor Summary | |
|---|---|
HealthGraph(AbstractHealthDescriptor healthDescriptor)
Creates a new instance of HealthGraph. |
|
| 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. |
boolean |
isSelectable()
Returns whether this graph is selectable. |
| 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, isVisible, setPlotProperties, setRootUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HealthGraph(AbstractHealthDescriptor healthDescriptor)
HealthGraph.
healthDescriptor - the health descriptor| Method Detail |
|---|
public boolean isSelectable()
BuildResultGraph
isSelectable in class BuildResultGraphtrue if this graph is selectable, false otherwisepublic 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 org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(GraphConfiguration configuration,
String pluginName,
ToolTipProvider toolTipProvider)
createRenderer in class CategoryBuildResultGraphconfiguration - the graph configurationpluginName - the name of the plug-intoolTipProvider - the tooltip provider
protected Color[] getColors()
CategoryBuildResultGraph
getColors in class CategoryBuildResultGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||