jenkins.plugins.clangscanbuild.reports
Class ClangBuildGraph

java.lang.Object
  extended by hudson.util.Graph
      extended by jenkins.plugins.clangscanbuild.reports.ClangBuildGraph

public class ClangBuildGraph
extends hudson.util.Graph

This is called from the report page

Author:
Joshua Kennedy

Constructor Summary
ClangBuildGraph(List<GraphPoint> points)
           
 
Method Summary
protected  org.jfree.chart.JFreeChart createGraph()
           
 
Methods inherited from class hudson.util.Graph
doMap, doPng
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClangBuildGraph

public ClangBuildGraph(List<GraphPoint> points)
Method Detail

createGraph

protected org.jfree.chart.JFreeChart createGraph()
Specified by:
createGraph in class hudson.util.Graph


Copyright © 2004-2011. All Rights Reserved.