hudson.plugins.testabilityexplorer.report.costs
Class Statistic

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

Constructor Summary
Statistic(CostSummary costSummary)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 CostSummary getCostSummary()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 int hashCode()
           
 void setOwner(hudson.model.AbstractBuild<?,?> owner)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistic

public Statistic(CostSummary costSummary)
Method Detail

getCostSummary

public CostSummary getCostSummary()

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

setOwner

public void setOwner(hudson.model.AbstractBuild<?,?> owner)

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 © 2008. All Rights Reserved.