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,
int buildNumber,
PrintStream logger)
Load the series from a properties file.
|
getFile, getFileType, getLabel, getUrl@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, int buildNumber, PrintStream logger)
loadSeries in class SeriesworkspaceRootDir - the root directory of the workspacebuildNumber - the build Numberlogger - the logger to useCopyright © 2004-2015. All Rights Reserved.