hudson.plugins.testabilityexplorer.report.costs
Class Statistic
java.lang.Object
hudson.plugins.testabilityexplorer.report.costs.Statistic
- All Implemented Interfaces:
- java.io.Serializable
public class Statistic
- extends java.lang.Object
- implements java.io.Serializable
Encapsulates a full Testability Explorer report.
- Author:
- reik.schatz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Statistic
public Statistic(CostSummary costSummary)
getCostSummary
public CostSummary getCostSummary()
getOwner
public hudson.model.AbstractBuild<?,?> getOwner()
setOwner
public void setOwner(hudson.model.AbstractBuild<?,?> owner)
sort
public void sort()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2009. All Rights Reserved.