hudson.plugins.measurement_plots
Class History

java.lang.Object
  extended by hudson.plugins.measurement_plots.History

public class History
extends Object

The history of a measurement.

Author:
krwalker

Constructor Summary
History(Measurement measurement)
           
 
Method Summary
 StringBuffer getAbsoluteUrl()
           
 Graph getGraph()
           
 Measurement getMeasurement()
           
 List<Measurement> getMeasurements()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(Measurement measurement)
Method Detail

getUrlName

public String getUrlName()

getAbsoluteUrl

public StringBuffer getAbsoluteUrl()

getMeasurement

public Measurement getMeasurement()

getMeasurements

public List<Measurement> getMeasurements()
Returns:
The list of measurements in this measurement's history. The returned list may be empty.

getGraph

public Graph getGraph()
Returns:
The graph for this measurement or null if there is no graph.


Copyright © 2004-2013 Hudson. All Rights Reserved.