|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
OriginGraph()
Creates a new instance of OriginGraph. |
|
OriginGraph(boolean isCheckStyleActivated,
boolean isDryActivated,
boolean isFindBugsActivated,
boolean isPmdActivated,
boolean isOpenTasksActivated,
boolean isWarningsActivated)
Creates a new instance of OriginGraph. |
|
| 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()
|
protected String |
getPlugin()
Returns the plug-in that owns this graph and provides an example image. |
protected String |
getRowId(int level)
|
| Methods inherited from class hudson.plugins.analysis.graph.CategoryBuildResultGraph |
|---|
create, createAggregation, createAreaChart, createBlockChart, createChart, createLineGraph, createLineRenderer, setCategoryPlotProperties, setColors |
| Methods inherited from class hudson.plugins.analysis.graph.BuildResultGraph |
|---|
computeDayDelta, computeDayDelta, createXYChart, getExampleImage, getGraph, 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 |
| Constructor Detail |
|---|
public OriginGraph()
OriginGraph.
public OriginGraph(boolean isCheckStyleActivated,
boolean isDryActivated,
boolean isFindBugsActivated,
boolean isPmdActivated,
boolean isOpenTasksActivated,
boolean isWarningsActivated)
OriginGraph.
isCheckStyleActivated - determines whether to show the warnings from CheckstyleisDryActivated - determines whether to show the warnings from DRYisFindBugsActivated - determines whether to show the warnings from FindBugsisPmdActivated - determines whether to show the warnings from PMDisOpenTasksActivated - determines whether to show open tasksisWarningsActivated - determines whether to show compiler warnings| Method Detail |
|---|
public String getId()
getId in class hudson.plugins.analysis.graph.BuildResultGraphprotected String getPlugin()
getPlugin in class hudson.plugins.analysis.graph.BuildResultGraphpublic String getLabel()
getLabel in class hudson.plugins.analysis.graph.BuildResultGraphprotected List<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 Color[] getColors()
getColors in class hudson.plugins.analysis.graph.CategoryBuildResultGraphprotected String getRowId(int level)
getRowId in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
protected org.jfree.chart.renderer.category.CategoryItemRenderer createRenderer(hudson.plugins.analysis.graph.GraphConfiguration configuration,
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 | |||||||||