hudson.plugins.measurement_plots
Class Measurement

java.lang.Object
  extended by hudson.plugins.measurement_plots.Measurement

public class Measurement
extends Object

A measurement. Measurements have names and values.

Author:
krwalker

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

getName

public String getName()
Gets the actual name (as opposed to the URL-safe component name).


getValue

public String getValue()

getUrlName

public String getUrlName()
Gets a URL-safe component name.


getAbsoluteUrl

public StringBuffer getAbsoluteUrl()

getBuildName

public String getBuildName()

getBuildNumber

public int getBuildNumber()

getNodeName

public String getNodeName()
Returns the node name on which this measurement was taken.


getBuildTimestamp

public Calendar getBuildTimestamp()

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

getTestObject

public hudson.tasks.test.TestObject getTestObject()

getTestAction

public TestAction getTestAction()

getHistory

public History getHistory()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013 Hudson. All Rights Reserved.