hudson.plugins.covcomplplot
Class CovComplPlotTaget.GraphImpl
java.lang.Object
hudson.plugins.covcomplplot.util.CustomGraph
hudson.plugins.covcomplplot.CovComplPlotTaget.GraphImpl
- Enclosing class:
- CovComplPlotTaget
public class CovComplPlotTaget.GraphImpl
- extends CustomGraph
|
Method Summary |
protected org.jfree.chart.JFreeChart |
createGraph()
Actually render a chart. |
void |
doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Renders a graph. |
java.lang.String |
getMapString(java.lang.String withBuildNo)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeInMillis
public final long timeInMillis
CovComplPlotTaget.GraphImpl
protected CovComplPlotTaget.GraphImpl()
doPng
public void doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
- Description copied from class:
CustomGraph
- Renders a graph.
- Overrides:
doPng in class CustomGraph
- Throws:
java.io.IOException
getMapString
public java.lang.String getMapString(java.lang.String withBuildNo)
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- Description copied from class:
CustomGraph
- Actually render a chart.
- Specified by:
createGraph in class CustomGraph
Copyright © 2010. All Rights Reserved.