Uses of Class
hudson.plugins.plot.Series

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()
           
 



Copyright © 2004-2011. All Rights Reserved.