hudson.plugins.plot
Class PlotPoint

java.lang.Object
  extended by hudson.plugins.plot.PlotPoint

public class PlotPoint
extends Object


Constructor Summary
PlotPoint(String yvalue, String url, String label)
           
 
Method Summary
 String getLabel()
           
 String getUrl()
           
 String getYvalue()
           
 void setLabel(String label)
           
 void setUrl(String url)
           
 void setYvalue(String yvalue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotPoint

public PlotPoint(String yvalue,
                 String url,
                 String label)
Method Detail

getYvalue

public String getYvalue()
Returns:
the yvalue for this point.

setYvalue

public void setYvalue(String yvalue)
Parameters:
yvalue - set the yvalue for this point.

getUrl

public String getUrl()
Returns:
url for this point.

setUrl

public void setUrl(String url)
Parameters:
url - set the url for this point.

getLabel

public String getLabel()
Returns:
label for this point.

setLabel

public void setLabel(String label)
Parameters:
label - set the label for this point.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.