hudson.plugins.plot
Class Series
java.lang.Object
hudson.plugins.plot.Series
public class Series
- extends java.lang.Object
Represents a plot data series configuration.
- Author:
- Nigel Daley
|
Field Summary |
java.lang.String |
file
Relative path to the data series property file. |
java.lang.String |
label
Data series legend label. |
|
Constructor Summary |
Series()
|
Series(java.lang.String file,
java.lang.String label)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
public java.lang.String file
- Relative path to the data series property file. Mandatory.
label
public java.lang.String label
- Data series legend label. Optional.
Series
public Series(java.lang.String file,
java.lang.String label)
Series
public Series()
getFile
public java.lang.String getFile()
getLabel
public java.lang.String getLabel()
Copyright © 2007. All Rights Reserved.