public class OriginGraph
extends hudson.plugins.analysis.graph.CategoryBuildResultGraph
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
create, createAggregation, createAreaChart, createBlockChart, createChart, createLineGraph, createLineRenderer, setCategoryPlotProperties, setColorspublic 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 warningspublic 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.CategoryBuildResultGraphprotected 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.CategoryBuildResultGraphCopyright © 2004-2014. All Rights Reserved.