hudson.plugins.testabilityexplorer.report.costs
Class CostSummary
java.lang.Object
hudson.plugins.testabilityexplorer.report.costs.CostSummary
- All Implemented Interfaces:
- TestabilityCost, java.io.Serializable
public class CostSummary
- extends java.lang.Object
- implements java.io.Serializable, TestabilityCost
Encapsulates the overall cost for a single testability run.
- Author:
- reik.schatz
- See Also:
- Serialized Form
|
Constructor Summary |
CostSummary(int excellent,
int good,
int needsWork,
int total)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CostSummary
public CostSummary(int excellent,
int good,
int needsWork,
int total)
getExcellent
public int getExcellent()
getGood
public int getGood()
getNeedsWork
public int getNeedsWork()
getTotal
public int getTotal()
addToCostStack
public void addToCostStack(ClassCost classTestability)
getCostStack
public java.util.Collection<ClassCost> getCostStack()
getNumberOfClasses
public int getNumberOfClasses()
Copyright © 2008. All Rights Reserved.