com.brianfromoregon
Class ScenarioTrend

java.lang.Object
  extended by com.brianfromoregon.ScenarioTrend

public class ScenarioTrend
extends Object


Field Summary
 hudson.model.AbstractBuild<?,?> build
           
 int id
           
 ScenarioKey scenarioKey
           
 
Constructor Summary
protected ScenarioTrend(ScenarioKey scenarioKey, hudson.model.AbstractBuild<?,?> build, int id)
           
 
Method Summary
 hudson.util.Graph createGraph()
           
 String getBenchmarkName()
           
 Map<String,String> getParameters()
           
 Stats getStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final int id

build

public final hudson.model.AbstractBuild<?,?> build

scenarioKey

public final ScenarioKey scenarioKey
Constructor Detail

ScenarioTrend

protected ScenarioTrend(ScenarioKey scenarioKey,
                        hudson.model.AbstractBuild<?,?> build,
                        int id)
Method Detail

getBenchmarkName

public String getBenchmarkName()

getParameters

public Map<String,String> getParameters()

createGraph

public hudson.util.Graph createGraph()

getStatistics

public Stats getStatistics()


Copyright © 2004-2012. All Rights Reserved.