| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
List<Series> |
Plot.series
List of data series.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Series |
XMLSeries.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Series |
PropertiesSeries.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Series |
Series.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Series |
CSVSeries.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
| Modifier and Type | Method and Description |
|---|---|
static List<Series> |
SeriesFactory.createSeriesList(Object data,
org.kohsuke.stapler.StaplerRequest req) |
hudson.model.Descriptor<Series> |
XMLSeries.getDescriptor() |
hudson.model.Descriptor<Series> |
PropertiesSeries.getDescriptor() |
hudson.model.Descriptor<Series> |
Series.getDescriptor() |
hudson.model.Descriptor<Series> |
CSVSeries.getDescriptor() |
List<Series> |
Plot.getSeries() |
Copyright © 2016–2020. All rights reserved.