| Modifier and Type | Class and Description |
|---|---|
static class |
CSVSeries.DescriptorImpl |
static class |
CSVSeries.InclusionFlag |
| Constructor and Description |
|---|
CSVSeries(String file,
String url,
String inclusionFlag,
String exclusionValues,
boolean displayTableFlag) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Series> |
getDescriptor() |
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, getUrlpublic 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 usepublic hudson.model.Descriptor<Series> getDescriptor()
getDescriptor in interface hudson.model.Describable<Series>getDescriptor in class SeriesCopyright © 2016–2018. All rights reserved.