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,
PrintStream logger)
Load the series from a properties file.
|
getFile, getFileType, getLabelpublic String getXpath()
public String getNodeType()
public String getUrl()
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.