hudson.plugins.plot
Class PropertiesSeries

java.lang.Object
  extended by hudson.plugins.plot.Series
      extended by hudson.plugins.plot.PropertiesSeries

public class PropertiesSeries
extends Series

Author:
Allen Reese

Field Summary
 
Fields inherited from class hudson.plugins.plot.Series
file, fileType, label
 
Constructor Summary
PropertiesSeries(String file, String label)
           
 
Method Summary
 PlotPoint[] loadSeries(hudson.FilePath workspaceRootDir, PrintStream logger)
          Load the series from a properties file.
 
Methods inherited from class hudson.plugins.plot.Series
getFile, getFileType, getLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSeries

@DataBoundConstructor
public PropertiesSeries(String file,
                                             String label)
Method Detail

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 workspace
logger - the logger to use
Returns:
a PlotPoint array of points to plot


Copyright © 2004-2011. All Rights Reserved.