hudson.plugins.testabilityexplorer.report.detail
Class ClassCostDetail

java.lang.Object
  extended by 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

Constructor Summary
ClassCostDetail()
           
 
Method Summary
 ClassCost getClassCost()
           
 java.lang.String getDisplayName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 void setClassCost(ClassCost classCost)
           
 void setOwner(hudson.model.AbstractBuild<?,?> owner)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassCostDetail

public ClassCostDetail()
Method Detail

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.