hudson.plugins.plot
Class CSVSeries
java.lang.Object
hudson.plugins.plot.Series
hudson.plugins.plot.CSVSeries
public class CSVSeries
- extends Series
Represents a plot data series configuration from an CSV file.
- Author:
- Allen Reese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVSeries
@DataBoundConstructor
public CSVSeries(String file,
String url,
String inclusionFlag,
String exclusionValues,
boolean displayTableFlag)
- Parameters:
file - label - req - Stapler requestradioButtonId - ID used to find the parameters specific to this instance.
- Throws:
javax.servlet.ServletException
getInclusionFlag
public String getInclusionFlag()
getExclusionValues
public String getExclusionValues()
getUrl
public String getUrl()
getDisplayTableFlag
public boolean getDisplayTableFlag()
loadSeries
public List<PlotPoint> loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
- Load the series from a properties file.
- Specified by:
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-2014. All Rights Reserved.