Uses of Class
hudson.plugins.cobertura.targets.CoverageMetric

Packages that use CoverageMetric
hudson.plugins.cobertura   
hudson.plugins.cobertura.dashboard   
hudson.plugins.cobertura.targets   
 

Uses of CoverageMetric in hudson.plugins.cobertura
 

Methods in hudson.plugins.cobertura that return CoverageMetric
 CoverageMetric CoberturaPublisherTarget.getMetric()
          Getter for property 'metric'.
 

Methods in hudson.plugins.cobertura that return types with arguments of type CoverageMetric
 List<CoverageMetric> CoberturaPublisher.DescriptorImpl.getMetrics()
          Getter for property 'metrics'.
 

Methods in hudson.plugins.cobertura with parameters of type CoverageMetric
 void CoberturaPublisherTarget.setMetric(CoverageMetric metric)
          Setter for property 'metric'.
 

Constructors in hudson.plugins.cobertura with parameters of type CoverageMetric
CoberturaPublisherTarget(CoverageMetric metric, Float healthy, Float unhealthy, Float unstable)
           
 

Uses of CoverageMetric in hudson.plugins.cobertura.dashboard
 

Methods in hudson.plugins.cobertura.dashboard that return types with arguments of type CoverageMetric
 HashMap<CoverageMetric,Ratio> CoverageTablePortlet.getTotalCoverageRatio()
           
 

Uses of CoverageMetric in hudson.plugins.cobertura.targets
 

Methods in hudson.plugins.cobertura.targets that return CoverageMetric
static CoverageMetric CoverageMetric.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoverageMetric[] CoverageMetric.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.cobertura.targets that return types with arguments of type CoverageMetric
static Map<CoverageMetric,Ratio> CoverageAggregationRule.aggregate(CoverageElement source, CoverageMetric input, Ratio inputResult, Map<CoverageMetric,Ratio> runningTotal)
           
 Set<CoverageMetric> CoverageTarget.getAllMetrics(CoverageResult coverage)
           
 Set<CoverageMetric> CoverageResult.getChildMetrics(CoverageElement element)
           
 Set<CoverageMetric> CoverageTarget.getFailingMetrics(CoverageResult coverage)
           
 Set<CoverageMetric> CoverageResult.getMetrics()
          Getter for property 'metrics'.
 Map<CoverageMetric,Integer> CoverageTarget.getRangeScores(CoverageTarget min, CoverageResult coverage)
           
 Map<CoverageMetric,Integer> CoverageTarget.getRangeScores(CoverageTarget min, Map<CoverageMetric,Ratio> results)
           
 Map<CoverageMetric,Ratio> CoverageResult.getResults()
          Getter for property 'results'.
 Map<CoverageMetric,Ratio> CoveragePaint.getResults()
          Getter for property 'results'.
 Set<CoverageMetric> CoverageTarget.getTargets()
          Getter for property 'targets'.
 

Methods in hudson.plugins.cobertura.targets with parameters of type CoverageMetric
static Map<CoverageMetric,Ratio> CoverageAggregationRule.aggregate(CoverageElement source, CoverageMetric input, Ratio inputResult, Map<CoverageMetric,Ratio> runningTotal)
           
static Ratio CoverageAggregationRule.combine(CoverageMetric metric, Ratio existingResult, Ratio additionalResult)
           
 Ratio CoverageResult.getCoverage(CoverageMetric metric)
           
 float CoverageTarget.getObservedPercent(CoverageResult coverage, CoverageMetric key)
           
 float CoverageTarget.getSetPercent(CoverageResult coverage, CoverageMetric key)
           
 Integer CoverageTarget.getTarget(CoverageMetric metric)
           
 void CoverageTarget.setTarget(CoverageMetric metric, Integer target)
           
 void CoverageResult.updateMetric(CoverageMetric metric, Ratio additionalResult)
           
 

Method parameters in hudson.plugins.cobertura.targets with type arguments of type CoverageMetric
static Map<CoverageMetric,Ratio> CoverageAggregationRule.aggregate(CoverageElement source, CoverageMetric input, Ratio inputResult, Map<CoverageMetric,Ratio> runningTotal)
           
 Map<CoverageMetric,Integer> CoverageTarget.getRangeScores(CoverageTarget min, Map<CoverageMetric,Ratio> results)
           
 

Constructors in hudson.plugins.cobertura.targets with parameters of type CoverageMetric
CoverageAggregationRule(CoverageElement source, CoverageMetric input, CoverageAggregationMode mode, CoverageMetric output)
           
CoverageTreeElement(CoverageMetric metric, Ratio ratio)
           
 

Constructor parameters in hudson.plugins.cobertura.targets with type arguments of type CoverageMetric
CoverageTarget(Map<CoverageMetric,Integer> coverage)
           
CoverageTree(String name, Map<CoverageMetric,Ratio> aggregateResults, Map<String,CoverageResult> children)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.