hudson.plugins.measurement_plots
Class Measurement

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

public class Measurement
extends java.lang.Object

A measurement. Measurements have names and values.

Author:
krwalker

Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.StringBuffer getAbsoluteUrl()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getBuildName()
           
 int getBuildNumber()
           
 java.util.Calendar getBuildTimestamp()
           
 History getHistory()
           
 java.lang.String getName()
          Gets the actual name (as opposed to the URL-safe component name).
 java.lang.String getNodeName()
          Returns the node name on which this measurement was taken.
 TestAction getTestAction()
           
 hudson.tasks.test.TestObject getTestObject()
           
 java.lang.String getUrlName()
          Gets a URL-safe component name.
 java.lang.String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

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


getValue

public java.lang.String getValue()

getUrlName

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


getAbsoluteUrl

public java.lang.StringBuffer getAbsoluteUrl()

getBuildName

public java.lang.String getBuildName()

getBuildNumber

public int getBuildNumber()

getNodeName

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


getBuildTimestamp

public java.util.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(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.