Uses of Class
hudson.plugins.testabilityexplorer.report.costs.Statistic

Packages that use Statistic
hudson.plugins.testabilityexplorer.parser   
hudson.plugins.testabilityexplorer.report   
hudson.plugins.testabilityexplorer.report.charts   
hudson.plugins.testabilityexplorer.report.health   
 

Uses of Statistic in hudson.plugins.testabilityexplorer.parser
 

Methods in hudson.plugins.testabilityexplorer.parser that return types with arguments of type Statistic
abstract  java.util.Collection<Statistic> StatisticsParser.parse(java.io.File inFile)
           
 java.util.Collection<Statistic> XmlStatisticsParser.parse(java.io.File inFile)
           
abstract  java.util.Collection<Statistic> StatisticsParser.parse(java.io.InputStream inputStream)
           
 java.util.Collection<Statistic> XmlStatisticsParser.parse(java.io.InputStream inputStream)
           
 

Uses of Statistic in hudson.plugins.testabilityexplorer.report
 

Methods in hudson.plugins.testabilityexplorer.report that return types with arguments of type Statistic
 java.util.Collection<Statistic> AbstractBuildReport.getResults()
           
 java.util.Collection<Statistic> AbstractProjectReport.getResults()
           
 

Method parameters in hudson.plugins.testabilityexplorer.report with type arguments of type Statistic
 java.lang.Object CostDetailBuilder.buildDetail(java.lang.String link, java.lang.String originalRequestUri, hudson.model.AbstractBuild<?,?> build, java.util.Collection<Statistic> statistics)
          Returns a detail from the specified statistics.
 

Constructor parameters in hudson.plugins.testabilityexplorer.report with type arguments of type Statistic
AbstractBuildReport(java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
BuildAggregatedReport(hudson.maven.MavenModuleSetBuild build, java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
BuildIndividualReport(java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
 

Uses of Statistic in hudson.plugins.testabilityexplorer.report.charts
 

Methods in hudson.plugins.testabilityexplorer.report.charts that return types with arguments of type Statistic
 java.util.Collection<Statistic> BuildAndResults.getStatistics()
           
 

Methods in hudson.plugins.testabilityexplorer.report.charts with parameters of type Statistic
abstract  int CostTemplate.getCost(Statistic statistic)
           
 

Method parameters in hudson.plugins.testabilityexplorer.report.charts with type arguments of type Statistic
protected  int RangedTrend.summarizeCost(java.util.Collection<Statistic> statistics, CostTemplate template)
          Returns an int value representing a cost of the specified Statistic collection.
 

Constructor parameters in hudson.plugins.testabilityexplorer.report.charts with type arguments of type Statistic
BuildAndResults(hudson.model.AbstractBuild<?,?> build, java.util.Collection<Statistic> statistics)
           
 

Uses of Statistic in hudson.plugins.testabilityexplorer.report.health
 

Method parameters in hudson.plugins.testabilityexplorer.report.health with type arguments of type Statistic
 hudson.model.HealthReport TestabilityReportBuilder.computeHealth(java.util.Collection<Statistic> results)
           
 hudson.model.HealthReport ReportBuilder.computeHealth(java.util.Collection<Statistic> results)
           
 



Copyright © 2009. All Rights Reserved.