| Modifier and Type | Class and Description |
|---|---|
static class |
XMLSeries.DescriptorImpl |
| Constructor and Description |
|---|
XMLSeries(String file,
String xpath,
String nodeType,
String url) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Series> |
getDescriptor() |
String |
getNodeType() |
String |
getUrl() |
String |
getXpath() |
List<PlotPoint> |
loadSeries(hudson.FilePath workspaceRootDir,
int buildNumber,
PrintStream logger)
Load the series from a properties file.
|
getFile, getFileType, getLabel, getUrlpublic String getXpath()
public String getNodeType()
public String getUrl()
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–2020. All rights reserved.