|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Series in hudson.plugins.plot |
|---|
| Subclasses of Series in hudson.plugins.plot | |
|---|---|
class |
CSVSeries
Represents a plot data series configuration from an CSV file. |
class |
PropertiesSeries
|
class |
XMLSeries
Represents a plot data series configuration from an XML file. |
| Fields in hudson.plugins.plot declared as Series | |
|---|---|
Series[] |
Plot.series
Array of data series. |
| Methods in hudson.plugins.plot that return Series | |
|---|---|
static Series |
SeriesFactory.createSeries(net.sf.json.JSONObject formData,
org.kohsuke.stapler.StaplerRequest req)
Using file and label and the Stapler request, create a subclass of series that can process the type selected. |
static Series[] |
SeriesFactory.createSeriesList(Object data,
org.kohsuke.stapler.StaplerRequest req)
|
Series[] |
Plot.getSeries()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||