|
|||||||||
| 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.collector.OriginGraph
public class OriginGraph
Builds a graph showing all warnings by their origin.
| Field Summary | |
|---|---|
static java.awt.Color |
GRAY
Orange. |
static java.awt.Color |
ORANGE
Orange. |
static java.awt.Color |
PINK
Orange. |
| Constructor Summary | |
|---|---|
OriginGraph()
Creates a new instance of OriginGraph. |
|
| Method Summary | |
|---|---|
protected java.util.List<java.lang.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(java.lang.String pluginName,
hudson.plugins.analysis.util.ToolTipProvider toolTipProvider)
|
protected java.awt.Color[] |
getColors()
|
java.lang.String |
getId()
|
java.lang.String |
getLabel()
|
protected java.lang.String |
getRowId(int level)
|
| Methods inherited from class hudson.plugins.analysis.graph.CategoryBuildResultGraph |
|---|
create, createAreaChart, createBlockChart, createChart, setCategoryPlotProperties, setColors |
| Methods inherited from class hudson.plugins.analysis.graph.BuildResultGraph |
|---|
computeDayDelta, createXYChart, getExampleImage, getGraph, getRootUrl, isDeactivated, isSelectable, isVisible, setPlotProperties, setRootUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.awt.Color ORANGE
public static final java.awt.Color GRAY
public static final java.awt.Color PINK
| Constructor Detail |
|---|
public OriginGraph()
OriginGraph.
| Method Detail |
|---|
public java.lang.String getId()
getId in class hudson.plugins.analysis.graph.BuildResultGraphpublic java.lang.String getLabel()
getLabel in class hudson.plugins.analysis.graph.BuildResultGraphprotected java.util.List<java.lang.Integer> computeSeries(hudson.plugins.analysis.core.BuildResult current)
computeSeries in class hudson.plugins.analysis.graph.CategoryBuildResultGraphprotected org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataSet)
createChart in class hudson.plugins.analysis.graph.CategoryBuildResultGraphprotected java.awt.Color[] getColors()
getColors in class hudson.plugins.analysis.graph.CategoryBuildResultGraphprotected java.lang.String getRowId(int level)
getRowId in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
protected org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(java.lang.String pluginName,
hudson.plugins.analysis.util.ToolTipProvider toolTipProvider)
createRenderer in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||