hudson.plugins.testabilityexplorer.report.detail
Class MethodCostDetail

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

Constructor Summary
MethodCostDetail()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 MethodCost getMethodCost()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 void setMethodCost(MethodCost methodCost)
           
 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

MethodCostDetail

public MethodCostDetail()
Method Detail

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.