|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.plot.Series
public abstract class Series
Represents a plot data series configuration.
| Field Summary | |
|---|---|
protected String |
file
Relative path to the data series property file. |
protected String |
fileType
Data series type. |
protected String |
label
Data series legend label. |
| Constructor Summary | |
|---|---|
protected |
Series(String file,
String label,
String fileType)
|
| Method Summary | |
|---|---|
String |
getFile()
|
String |
getFileType()
|
String |
getLabel()
|
abstract List<PlotPoint> |
loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
Retrieves the plot data for one series after a build from the workspace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String file
protected String label
protected String fileType
| Constructor Detail |
|---|
protected Series(String file,
String label,
String fileType)
| Method Detail |
|---|
public String getFile()
public String getLabel()
public String getFileType()
public abstract List<PlotPoint> loadSeries(hudson.FilePath workspaceRootDir,
PrintStream logger)
workspaceRootDir - the root directory of the workspacelogger - the logger to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||