|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.BuildResultGraph
hudson.plugins.tasks.util.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,
java.lang.String pluginName)
Creates a PNG image trend graph. |
| Methods inherited from class hudson.plugins.tasks.util.BuildResultGraph |
|---|
computeDayDelta, createXYChart, getRootUrl, 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 org.jfree.chart.JFreeChart create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
java.lang.String pluginName)
create in class BuildResultGraphconfiguration - the configuration parametersresultAction - the result action 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 | |||||||||