public abstract class Series extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
file
Relative path to the data series property file.
|
protected String |
fileType
Data series type.
|
protected String |
label
Data series legend label.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Series(String file,
String label,
String fileType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getFileType() |
String |
getLabel() |
protected String |
getUrl(String baseUrl,
String label,
int index,
int buildNumber)
Return the url that should be used for this point.
|
abstract List<PlotPoint> |
loadSeries(hudson.FilePath workspaceRootDir,
int buildNumber,
PrintStream logger)
Retrieves the plot data for one series after a build from the workspace.
|
protected String file
protected String label
protected String fileType
public String getFile()
public String getLabel()
public String getFileType()
public abstract List<PlotPoint> loadSeries(hudson.FilePath workspaceRootDir, int buildNumber, PrintStream logger)
workspaceRootDir - the root directory of the workspacebuildNumber - the build Numberlogger - the logger to useCopyright © 2004-2015. All Rights Reserved.