|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testabilityexplorer.report.CostDetailBuilder
public class CostDetailBuilder
Helper class to return detail object for details in the report.
| Constructor Summary | |
|---|---|
CostDetailBuilder()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
buildDetail(java.lang.String link,
hudson.model.AbstractBuild<?,?> build,
java.util.Collection<Statistic> statistics)
Returns a detail from the specified statistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CostDetailBuilder()
| Method Detail |
|---|
public java.lang.Object buildDetail(java.lang.String link,
hudson.model.AbstractBuild<?,?> build,
java.util.Collection<Statistic> statistics)
statistics. The detail will be looked up
using the given link. The following details are supported right now:
class. returns the first ClassCostDetail matching what is behind .class
buildDetail in interface DetailBuilder<Statistic>link - the dynamic link part as sent in by Staplerstatistics - Collection
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||