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
 java.util.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, java.lang.Integer healthy, java.lang.Integer unhealthy, java.lang.Integer unstable)
           
 

Uses of CoverageMetric in hudson.plugins.cobertura.dashboard
 

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

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

Method parameters in hudson.plugins.cobertura.targets with type arguments of type CoverageMetric
static java.util.Map<CoverageMetric,Ratio> CoverageAggregationRule.aggregate(CoverageElement source, CoverageMetric input, Ratio inputResult, java.util.Map<CoverageMetric,Ratio> runningTotal)
           
 java.util.Map<CoverageMetric,java.lang.Integer> CoverageTarget.getRangeScores(CoverageTarget min, java.util.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(java.util.Map<CoverageMetric,java.lang.Integer> coverage)
           
CoverageTree(java.lang.String name, java.util.Map<CoverageMetric,Ratio> aggregateResults, java.util.Map<java.lang.String,CoverageResult> children)
           
 



Copyright © 2004-2011. All Rights Reserved.