hudson.plugins.plot
Class XMLSeries
java.lang.Object
hudson.plugins.plot.Series
hudson.plugins.plot.XMLSeries
public class XMLSeries
- extends Series
Represents a plot data series configuration from an XML file.
- Author:
- Allen Reese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSeries
@DataBoundConstructor
public XMLSeries(String file,
String xpath,
String nodeType,
String url)
- Parameters:
file - label - req - Stapler requestradioButtonId - ID used to find the parameters specific to this instance.
- Throws:
javax.servlet.ServletException
getXpath
public String getXpath()
getNodeType
public String getNodeType()
getUrl
public String getUrl()
loadSeries
public PlotPoint[] loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
- Load the series from a properties file.
- Overrides:
loadSeries in class Series
- Parameters:
workspaceRootDir - the root directory of the workspacelogger - the logger to use
- Returns:
- a PlotPoint array of points to plot
Copyright © 2004-2011. All Rights Reserved.