Uses of Class
hudson.plugins.cppncss.parser.StatisticsResult

Packages that use StatisticsResult
hudson.plugins.cppncss   
hudson.plugins.cppncss.parser   
 

Uses of StatisticsResult in hudson.plugins.cppncss
 

Methods in hudson.plugins.cppncss that return StatisticsResult
 StatisticsResult AbstractBuildReport.getResults()
           
 StatisticsResult AbstractProjectReport.getResults()
          Returns the latest results.
 

Constructors in hudson.plugins.cppncss with parameters of type StatisticsResult
AbstractBuildReport(StatisticsResult results, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold)
          Constructs a new AbstractBuildReport.
CppNcssBuildFunctionIndividualReport(StatisticsResult results, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold)
           
CppNCSSBuildIndividualReport(StatisticsResult results, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold)
           
 

Uses of StatisticsResult in hudson.plugins.cppncss.parser
 

Methods in hudson.plugins.cppncss.parser that return StatisticsResult
static StatisticsResult StatisticsResult.merge(StatisticsResult results, StatisticsResult result)
           
static StatisticsResult Statistic.parse(java.io.File inFile)
           
 

Methods in hudson.plugins.cppncss.parser with parameters of type StatisticsResult
static StatisticsResult StatisticsResult.merge(StatisticsResult results, StatisticsResult result)
           
 void StatisticsResult.set(StatisticsResult that)
           
static StatisticsTotalResult StatisticsResult.total(StatisticsResult results)
           
 



Copyright © 2009. All Rights Reserved.