hudson.plugins.plot
Class PropertiesSeries
java.lang.Object
hudson.plugins.plot.Series
hudson.plugins.plot.PropertiesSeries
public class PropertiesSeries
- extends Series
- Author:
- Allen Reese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesSeries
@DataBoundConstructor
public PropertiesSeries(String file,
String label)
loadSeries
public PlotPoint[] loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
- Load the series from a properties file.
- Overrides:
loadSeries in class Series
- Parameters:
workspaceRootDir - the root directory of the workspacelogger - the logger to use
- Returns:
- a PlotPoint array of points to plot
Copyright © 2004-2011. All Rights Reserved.