hudson.plugins.testabilityexplorer.report.detail
Class ClassCostDetail
java.lang.Object
hudson.plugins.testabilityexplorer.report.detail.ClassCostDetail
- All Implemented Interfaces:
- hudson.model.ModelObject
public class ClassCostDetail
- extends java.lang.Object
- implements hudson.model.ModelObject
Detailed view of a ClassCost 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 |
ClassCostDetail
public ClassCostDetail()
getClassCost
public ClassCost getClassCost()
setClassCost
public void setClassCost(ClassCost classCost)
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 © 2008. All Rights Reserved.