hudson.plugins.measurement_plots
Class History

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

public class History
extends java.lang.Object

The history of a measurement.

Author:
krwalker

Constructor Summary
History(Measurement measurement)
           
 
Method Summary
 java.lang.StringBuffer getAbsoluteUrl()
           
 Graph getGraph()
           
 Measurement getMeasurement()
           
 java.util.List<Measurement> getMeasurements()
           
 java.lang.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 java.lang.String getUrlName()

getAbsoluteUrl

public java.lang.StringBuffer getAbsoluteUrl()

getMeasurement

public Measurement getMeasurement()

getMeasurements

public java.util.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 © 2010. All Rights Reserved.