public class XMLSeries extends Series
| Constructor and Description |
|---|
XMLSeries(String file,
String xpath,
String nodeType,
String url) |
| Modifier and Type | Method and Description |
|---|---|
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 useCopyright © 2004-2015. All Rights Reserved.