|
|||||||||
| 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 with type parameters of type Series | |
|---|---|
List<Series> |
Plot.series
List 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. |
| Methods in hudson.plugins.plot that return types with arguments of type Series | |
|---|---|
static List<Series> |
SeriesFactory.createSeriesList(Object data,
org.kohsuke.stapler.StaplerRequest req)
|
List<Series> |
Plot.getSeries()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||