hudson.plugins.covcomplplot
Class CovComplPlotTaget.GraphImpl

java.lang.Object
  extended by hudson.plugins.covcomplplot.util.CustomGraph
      extended by hudson.plugins.covcomplplot.CovComplPlotTaget.GraphImpl
Enclosing class:
CovComplPlotTaget

public class CovComplPlotTaget.GraphImpl
extends CustomGraph


Field Summary
 long timeInMillis
           
 
Fields inherited from class hudson.plugins.covcomplplot.util.CustomGraph
defaultH, defaultW, graph, timestamp
 
Constructor Summary
protected CovComplPlotTaget.GraphImpl()
           
 
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 hudson.plugins.covcomplplot.util.CustomGraph
render, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeInMillis

public final long timeInMillis
Constructor Detail

CovComplPlotTaget.GraphImpl

protected CovComplPlotTaget.GraphImpl()
Method Detail

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.