hudson.plugins.plot
Class PlotPoint
java.lang.Object
hudson.plugins.plot.PlotPoint
public class PlotPoint
- extends Object
PlotPoint
public PlotPoint(String yvalue,
String url,
String label)
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-2011. All Rights Reserved.