|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.measurement_plots.Measurement
public class Measurement
A measurement. Measurements have names and values.
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
StringBuffer |
getAbsoluteUrl()
|
hudson.model.AbstractBuild<?,?> |
getBuild()
|
String |
getBuildName()
|
int |
getBuildNumber()
|
Calendar |
getBuildTimestamp()
|
History |
getHistory()
|
String |
getName()
Gets the actual name (as opposed to the URL-safe component name). |
String |
getNodeName()
Returns the node name on which this measurement was taken. |
TestAction |
getTestAction()
|
hudson.tasks.test.TestObject |
getTestObject()
|
String |
getUrlName()
Gets a URL-safe component name. |
String |
getValue()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public String getValue()
public String getUrlName()
public StringBuffer getAbsoluteUrl()
public String getBuildName()
public int getBuildNumber()
public String getNodeName()
public Calendar getBuildTimestamp()
public hudson.model.AbstractBuild<?,?> getBuild()
public hudson.tasks.test.TestObject getTestObject()
public TestAction getTestAction()
public History getHistory()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||