hudson.plugins.plot
Class Series

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getFile()
           
 java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Series

public Series(java.lang.String file,
              java.lang.String label)

Series

public Series()
Method Detail

getFile

public java.lang.String getFile()

getLabel

public java.lang.String getLabel()


Copyright © 2007. All Rights Reserved.