com.excilys.ebi.gatling.jenkins.chart
Class Graph<Y extends Number>

java.lang.Object
  extended by com.excilys.ebi.gatling.jenkins.chart.Graph<Y>

public abstract class Graph<Y extends Number>
extends Object


Constructor Summary
Graph(hudson.model.AbstractProject<?,?> project, int maxBuildsToDisplay)
           
 
Method Summary
 String getSeriesJSON()
           
 String getSeriesNamesJSON()
           
protected abstract  Y getValue(RequestReport requestReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph(hudson.model.AbstractProject<?,?> project,
             int maxBuildsToDisplay)
Method Detail

getSeriesNamesJSON

public String getSeriesNamesJSON()

getSeriesJSON

public String getSeriesJSON()

getValue

protected abstract Y getValue(RequestReport requestReport)


Copyright © 2004-2012. All Rights Reserved.