public class CSVSeries extends Series
| Modifier and Type | Class and Description |
|---|---|
static class |
CSVSeries.InclusionFlag |
| Constructor and Description |
|---|
CSVSeries(String file,
String url,
String inclusionFlag,
String exclusionValues,
boolean displayTableFlag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisplayTableFlag() |
String |
getExclusionValues() |
String |
getInclusionFlag() |
String |
getUrl() |
List<PlotPoint> |
loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
Load the series from a properties file.
|
getFile, getFileType, getLabel@DataBoundConstructor public CSVSeries(String file, String url, String inclusionFlag, String exclusionValues, boolean displayTableFlag)
file - label - req - Stapler requestradioButtonId - ID used to find the parameters specific to this instance.javax.servlet.ServletExceptionpublic String getInclusionFlag()
public String getExclusionValues()
public String getUrl()
public boolean getDisplayTableFlag()
public List<PlotPoint> loadSeries(hudson.FilePath workspaceRootDir, PrintStream logger)
loadSeries in class SeriesworkspaceRootDir - the root directory of the workspacelogger - the logger to useCopyright © 2004-2014. All Rights Reserved.