hudson.plugins.testabilityexplorer.report.detail
Class MethodCostDetail
java.lang.Object
hudson.plugins.testabilityexplorer.report.detail.MethodCostDetail
- All Implemented Interfaces:
- hudson.model.ModelObject
public class MethodCostDetail
- extends java.lang.Object
- implements hudson.model.ModelObject
Detailed view of a MethodCost which needs to get
access to the AbstractBuild as well.
- Author:
- reik.schatz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodCostDetail
public MethodCostDetail()
getMethodCost
public MethodCost getMethodCost()
setMethodCost
public void setMethodCost(MethodCost methodCost)
getOwner
public hudson.model.AbstractBuild<?,?> getOwner()
setOwner
public void setOwner(hudson.model.AbstractBuild<?,?> owner)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.ModelObject
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.