|
||||||||||
| 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.DifferenceGraph
public class DifferenceGraph
Builds a graph with the difference between new and fixed warnings for a specified result action.
| Constructor Summary | |
|---|---|
DifferenceGraph()
|
|
| Method Summary | |
|---|---|
org.jfree.chart.JFreeChart |
create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
String pluginName)
Creates a PNG image trend graph with clickable map. |
org.jfree.chart.JFreeChart |
createAggregation(GraphConfiguration configuration,
Collection<ResultAction<? extends BuildResult>> resultActions,
String pluginName)
Creates a PNG image trend graph with clickable map. |
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.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 DifferenceGraph()
| Method Detail |
|---|
public String getId()
BuildResultGraph
getId in class BuildResultGraphpublic String getLabel()
BuildResultGraph
getLabel in class BuildResultGraph
public org.jfree.chart.JFreeChart create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
String pluginName)
BuildResultGraph
create in class BuildResultGraphconfiguration - the configuration parametersresultAction - the result action to start the graph computation frompluginName - the name of the plug-in (project action URL) to create links
to. If set to null then no links are created
public org.jfree.chart.JFreeChart createAggregation(GraphConfiguration configuration,
Collection<ResultAction<? extends BuildResult>> resultActions,
String pluginName)
BuildResultGraph
createAggregation in class BuildResultGraphconfiguration - the configuration parametersresultActions - the result actions to start the graph computation frompluginName - the name of the plug-in
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||