public class GraphOptionsCurveInfo extends hudson.model.AbstractDescribableImpl<GraphOptionsCurveInfo> implements Serializable, Comparable<GraphOptionsCurveInfo>, Comparator<GraphOptionsCurveInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphOptionsCurveInfo.DescriptorImpl
The type Descriptor.
|
| Constructor and Description |
|---|
GraphOptionsCurveInfo()
Instantiates a new Graph options curve info.
|
GraphOptionsCurveInfo(String path)
Instantiates a new Graph options curve info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(GraphOptionsCurveInfo o1,
GraphOptionsCurveInfo o2)
Compare int.
|
int |
compareTo(GraphOptionsCurveInfo o)
Compare to int.
|
boolean |
equals(Object obj)
Equals boolean.
|
String |
getPath()
Gets path.
|
int |
hashCode()
Hash code int.
|
void |
setPath(String path)
Sets path.
|
String |
toString()
To string string.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic GraphOptionsCurveInfo()
@DataBoundConstructor public GraphOptionsCurveInfo(String path)
path - the pathpublic String getPath()
public void setPath(String path)
path - the legend to setpublic String toString()
public int compare(GraphOptionsCurveInfo o1, GraphOptionsCurveInfo o2)
compare in interface Comparator<GraphOptionsCurveInfo>o1 - the o 1o2 - the o 2public int compareTo(GraphOptionsCurveInfo o)
compareTo in interface Comparable<GraphOptionsCurveInfo>o - the opublic boolean equals(Object obj)
equals in interface Comparator<GraphOptionsCurveInfo>equals in class Objectobj - the objCopyright © 2004-2021. All Rights Reserved.