hudson.plugins.measurement_plots
Class History
java.lang.Object
hudson.plugins.measurement_plots.History
public class History
- extends Object
The history of a measurement.
- Author:
- krwalker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
History
public History(Measurement measurement)
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.