public class GraphOptionsCurveInfo extends hudson.model.AbstractDescribableImpl<GraphOptionsCurveInfo> implements Serializable, Comparable<GraphOptionsCurveInfo>, Comparator<GraphOptionsCurveInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphOptionsCurveInfo.DescriptorImpl |
| Constructor and Description |
|---|
GraphOptionsCurveInfo() |
GraphOptionsCurveInfo(String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(GraphOptionsCurveInfo o1,
GraphOptionsCurveInfo o2) |
int |
compareTo(GraphOptionsCurveInfo o) |
boolean |
equals(Object obj) |
String |
getPath() |
int |
hashCode() |
void |
setPath(String path) |
String |
toString() |
public GraphOptionsCurveInfo()
@DataBoundConstructor public GraphOptionsCurveInfo(String path)
public String getPath()
@DataBoundSetter public void setPath(String path)
path - the path to setpublic int compare(GraphOptionsCurveInfo o1, GraphOptionsCurveInfo o2)
compare in interface Comparator<GraphOptionsCurveInfo>public int compareTo(GraphOptionsCurveInfo o)
compareTo in interface Comparable<GraphOptionsCurveInfo>public boolean equals(Object obj)
equals in interface Comparator<GraphOptionsCurveInfo>equals in class ObjectCopyright © 2004-2017. All Rights Reserved.