Package hudson.plugins.plot
Class CSVSeries
java.lang.Object
hudson.model.AbstractDescribableImpl<Series>
hudson.plugins.plot.Series
hudson.plugins.plot.CSVSeries
- All Implemented Interfaces:
Describable<Series>
Represents a plot data series configuration from an CSV file.
- Author:
- Allen Reese
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getUrl()
loadSeries
(FilePath workspaceRootDir, int buildNumber, PrintStream logger) Load the series from a properties file.Methods inherited from class hudson.plugins.plot.Series
getFile, getFileType, getLabel, getUrl
-
Constructor Details
-
CSVSeries
-
-
Method Details
-
getInclusionFlag
-
getExclusionValues
-
getExclusionValuesList
-
getUrl
-
getDisplayTableFlag
public boolean getDisplayTableFlag() -
loadSeries
Load the series from a properties file.- Specified by:
loadSeries
in classSeries
- Parameters:
workspaceRootDir
- the root directory of the workspacebuildNumber
- the build Numberlogger
- the logger to use- Returns:
- a PlotPoint array of points to plot
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Series>
- Overrides:
getDescriptor
in classSeries
-