Uses of Class
org.sonar.api.measures.Metric

Packages that use Metric
org.sonar.api.batch   
org.sonar.api.database.model   
org.sonar.api.measures   
 

Uses of Metric in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return Metric
 Metric AbstractFunctionComplexityDecorator.generateFileComplexityMetric()
          Deprecated. Used to define downstream dependencies
 Metric AbstractFileComplexityDecorator.generateFileComplexityMetric()
          Deprecated. Used to define downstream dependencies
 Metric AbstractDivisionDecorator.generatesMetric()
          Used to define downstream dependencies
 Metric AbstractFunctionComplexityDistributionDecorator.generatesMetrics()
          Deprecated.  
protected abstract  Metric AbstractDivisionDecorator.getDividendMetric()
           
protected abstract  Metric AbstractDivisionDecorator.getDivisorMetric()
           
protected abstract  Metric AbstractDivisionDecorator.getQuotientMetric()
           
 Metric DefaultFormulaContext.getTargetMetric()
           
 

Methods in org.sonar.api.batch that return types with arguments of type Metric
 List<Metric> AbstractFunctionComplexityDecorator.dependsUponFileAndComplexityMetrics()
          Deprecated. Used to define upstream dependencies
 List<Metric> AbstractFileComplexityDecorator.dependsUponFileAndComplexityMetrics()
          Deprecated. Used to define upstream dependencies
 List<Metric> AbstractDivisionDecorator.dependsUponMetrics()
          Used to define upstream dependencies
abstract  List<Metric> AbstractSumChildrenDecorator.generatesMetrics()
          Each metric is used individually.
 List<Metric> TimeMachineQuery.getMetrics()
           
 

Methods in org.sonar.api.batch with parameters of type Metric
 Collection<Measure> DefaultFormulaData.getChildrenMeasures(Metric metric)
           
 Collection<Measure> DecoratorContext.getChildrenMeasures(Metric metric)
           
 Measure DefaultFormulaData.getMeasure(Metric metric)
           
 Measure DecoratorContext.getMeasure(Metric metric)
          Find a measure for the resource
<G extends Serializable>
Measure<G>
SensorContext.getMeasure(Metric<G> metric)
          Find a project measure
<G extends Serializable>
Measure<G>
SensorContext.getMeasure(Resource resource, Metric<G> metric)
          Find a measure for this project
 Measure SensorContext.saveMeasure(InputFile inputFile, Metric metric, Double value)
          Save measure on InputFile
 DecoratorContext DecoratorContext.saveMeasure(Metric metric, Double value)
          Add a new measure on the current resource.
 Measure SensorContext.saveMeasure(Metric metric, Double value)
          Add a measure on project
 Measure SensorContext.saveMeasure(Resource resource, Metric metric, Double value)
          Add or update a measure.
 void DefaultFormulaContext.setMetric(Metric metric)
           
 TimeMachineQuery TimeMachineQuery.setMetrics(Metric... metrics)
          Sets the metrics to return
 

Method parameters in org.sonar.api.batch with type arguments of type Metric
 TimeMachineQuery TimeMachineQuery.setMetrics(List<Metric> metrics)
          Sets the metrics to return
 

Constructors in org.sonar.api.batch with parameters of type Metric
DefaultFormulaContext(Metric metric)
           
 

Uses of Metric in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model with parameters of type Metric
 String MeasureModel.getData(Metric metric)
           
 

Uses of Metric in org.sonar.api.measures
 

Fields in org.sonar.api.measures declared as Metric
static Metric<Double> CoreMetrics.ABSTRACTNESS
          Deprecated. since 3.7.1
static Metric<Integer> CoreMetrics.ACCESSORS
           
static Metric<Integer> CoreMetrics.ACTIVE_REVIEWS
          Deprecated. in 3.6. This measure is not fed anymore since introduction of issues.
static Metric<Integer> CoreMetrics.AFFERENT_COUPLINGS
          Deprecated. since 3.7.1
static Metric<Metric.Level> CoreMetrics.ALERT_STATUS
           
static Metric<Integer> CoreMetrics.BLOCKER_VIOLATIONS
           
static Metric<Double> CoreMetrics.BRANCH_COVERAGE
           
static Metric<Double> CoreMetrics.CLASS_COMPLEXITY
          Information about the cyclomatic complexity per class, calculated by divided the complexity in classes by the number of classes.
static Metric<String> CoreMetrics.CLASS_COMPLEXITY_DISTRIBUTION
          Deprecated. in 3.0 - see SONAR-3289
static Metric<Integer> CoreMetrics.CLASSES
           
static Metric<Integer> CoreMetrics.COMMENT_BLANK_LINES
          Deprecated. since 3.3 - see SONAR-3768
static Metric<Integer> CoreMetrics.COMMENT_LINES
           
static Metric<String> CoreMetrics.COMMENT_LINES_DATA
          Information about comments in file.
static Metric<Double> CoreMetrics.COMMENT_LINES_DENSITY
           
static Metric<Integer> CoreMetrics.COMMENTED_OUT_CODE_LINES
          Deprecated. since 4.2 - see SONAR-4990
static Metric<Integer> CoreMetrics.COMPLEXITY
           
static Metric<Integer> CoreMetrics.COMPLEXITY_IN_CLASSES
           
static Metric<Integer> CoreMetrics.COMPLEXITY_IN_FUNCTIONS
           
static Metric<String> CoreMetrics.CONDITIONS_BY_LINE
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.CONDITIONS_TO_COVER
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.CONFIRMED_ISSUES
           
static Metric<Double> CoreMetrics.COVERAGE
           
static Metric<String> CoreMetrics.COVERAGE_LINE_HITS_DATA
          Key-value pairs, where key - is a number of line, and value - is a number of hits for this line.
static Metric<String> CoreMetrics.COVERED_CONDITIONS_BY_LINE
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.CRITICAL_VIOLATIONS
           
static Metric<String> CoreMetrics.DEPENDENCY_MATRIX
           
static Metric<Integer> CoreMetrics.DEPTH_IN_TREE
          Deprecated. since 4.0. See SONAR-4643
static Metric<String> CoreMetrics.DEVELOPMENT_COST
           
static Metric<Integer> CoreMetrics.DIRECTORIES
           
static Metric<Double> CoreMetrics.DISTANCE
          Deprecated. since 3.7.1
static Metric<Integer> CoreMetrics.DUPLICATED_BLOCKS
           
static Metric<Integer> CoreMetrics.DUPLICATED_FILES
          For files: if it contains duplicates, then 1, otherwise 0.
static Metric<Integer> CoreMetrics.DUPLICATED_LINES
           
static Metric<Double> CoreMetrics.DUPLICATED_LINES_DENSITY
           
static Metric<String> CoreMetrics.DUPLICATION_LINES_DATA
          Information about duplication in file.
static Metric<String> CoreMetrics.DUPLICATIONS_DATA
          Deprecated. since 4.5. Internal storage of duplication is not an API.
static Metric<Integer> CoreMetrics.EFFERENT_COUPLINGS
          Deprecated. since 3.7.1
static Metric<Integer> CoreMetrics.FALSE_POSITIVE_ISSUES
           
static Metric<Integer> CoreMetrics.FALSE_POSITIVE_REVIEWS
          Deprecated. in 3.6. This measure is replaced by CoreMetrics.FALSE_POSITIVE_ISSUES.
static Metric<Double> CoreMetrics.FILE_COMPLEXITY
           
static Metric<String> CoreMetrics.FILE_COMPLEXITY_DISTRIBUTION
           
static Metric<Integer> CoreMetrics.FILE_CYCLES
           
static Metric<Integer> CoreMetrics.FILE_EDGES_WEIGHT
           
static Metric<Integer> CoreMetrics.FILE_FEEDBACK_EDGES
           
static Metric<Double> CoreMetrics.FILE_TANGLE_INDEX
           
static Metric<Integer> CoreMetrics.FILE_TANGLES
           
static Metric<Integer> CoreMetrics.FILES
           
static Metric<Double> CoreMetrics.FUNCTION_COMPLEXITY
          Information about the cyclomatic complexity per function, calculated by divided the complexity in functions by the number of functions.
static Metric<String> CoreMetrics.FUNCTION_COMPLEXITY_DISTRIBUTION
           
static Metric<Integer> CoreMetrics.FUNCTIONS
           
static Metric<Integer> CoreMetrics.GENERATED_LINES
           
static Metric<Integer> CoreMetrics.GENERATED_NCLOC
           
static Metric<Integer> CoreMetrics.INFO_VIOLATIONS
           
static Metric<Double> CoreMetrics.INSTABILITY
          Deprecated. since 3.7.1
static Metric<Double> CoreMetrics.IT_BRANCH_COVERAGE
           
static Metric<String> CoreMetrics.IT_CONDITIONS_BY_LINE
           
static Metric<Integer> CoreMetrics.IT_CONDITIONS_TO_COVER
           
static Metric<Double> CoreMetrics.IT_COVERAGE
           
static Metric<String> CoreMetrics.IT_COVERAGE_LINE_HITS_DATA
           
static Metric<String> CoreMetrics.IT_COVERED_CONDITIONS_BY_LINE
           
static Metric<Double> CoreMetrics.IT_LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.IT_LINES_TO_COVER
           
static Metric<Integer> CoreMetrics.IT_UNCOVERED_CONDITIONS
           
static Metric<Integer> CoreMetrics.IT_UNCOVERED_LINES
           
static Metric<Double> CoreMetrics.LCOM4
          Deprecated. in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
static Metric<String> CoreMetrics.LCOM4_BLOCKS
          Deprecated. in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
static Metric<String> CoreMetrics.LCOM4_DISTRIBUTION
          Deprecated. in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
static Metric<Double> CoreMetrics.LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.LINES
           
static Metric<Integer> CoreMetrics.LINES_TO_COVER
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.MAJOR_VIOLATIONS
           
protected  Metric<G> Measure.metric
           
static Metric<Integer> CoreMetrics.MINOR_VIOLATIONS
           
static Metric<Integer> CoreMetrics.NCLOC
           
static Metric<String> CoreMetrics.NCLOC_DATA
          Information about lines of code in file.
static Metric<String> CoreMetrics.NCLOC_LANGUAGE_DISTRIBUTION
           
static Metric<Integer> CoreMetrics.NEW_BLOCKER_VIOLATIONS
           
static Metric<Double> CoreMetrics.NEW_BRANCH_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_CONDITIONS_TO_COVER
           
static Metric<Double> CoreMetrics.NEW_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_CRITICAL_VIOLATIONS
           
static Metric<Integer> CoreMetrics.NEW_INFO_VIOLATIONS
           
static Metric<Double> CoreMetrics.NEW_IT_BRANCH_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_IT_CONDITIONS_TO_COVER
           
static Metric<Double> CoreMetrics.NEW_IT_COVERAGE
           
static Metric<Double> CoreMetrics.NEW_IT_LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_IT_LINES_TO_COVER
           
static Metric<Integer> CoreMetrics.NEW_IT_UNCOVERED_CONDITIONS
           
static Metric<Integer> CoreMetrics.NEW_IT_UNCOVERED_LINES
           
static Metric<Double> CoreMetrics.NEW_LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_LINES_TO_COVER
           
static Metric<Integer> CoreMetrics.NEW_MAJOR_VIOLATIONS
           
static Metric<Integer> CoreMetrics.NEW_MINOR_VIOLATIONS
           
static Metric<Double> CoreMetrics.NEW_OVERALL_BRANCH_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_OVERALL_CONDITIONS_TO_COVER
           
static Metric<Double> CoreMetrics.NEW_OVERALL_COVERAGE
           
static Metric<Double> CoreMetrics.NEW_OVERALL_LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.NEW_OVERALL_LINES_TO_COVER
           
static Metric<Integer> CoreMetrics.NEW_OVERALL_UNCOVERED_CONDITIONS
           
static Metric<Integer> CoreMetrics.NEW_OVERALL_UNCOVERED_LINES
           
static Metric<Long> CoreMetrics.NEW_TECHNICAL_DEBT
           
static Metric<Integer> CoreMetrics.NEW_UNCOVERED_CONDITIONS
           
static Metric<Integer> CoreMetrics.NEW_UNCOVERED_LINES
           
static Metric<Integer> CoreMetrics.NEW_UNREVIEWED_VIOLATIONS
          Deprecated. in 3.6. This measure is not fed anymore since introduction of issues.
static Metric<Integer> CoreMetrics.NEW_VIOLATIONS
           
static Metric<Integer> CoreMetrics.NUMBER_OF_CHILDREN
          Deprecated. since 4.0. See SONAR-4643
static Metric<Integer> CoreMetrics.OPEN_ISSUES
           
static Metric<Double> CoreMetrics.OVERALL_BRANCH_COVERAGE
           
static Metric<String> CoreMetrics.OVERALL_CONDITIONS_BY_LINE
           
static Metric<Integer> CoreMetrics.OVERALL_CONDITIONS_TO_COVER
           
static Metric<Double> CoreMetrics.OVERALL_COVERAGE
           
static Metric<String> CoreMetrics.OVERALL_COVERAGE_LINE_HITS_DATA
           
static Metric<String> CoreMetrics.OVERALL_COVERED_CONDITIONS_BY_LINE
           
static Metric<Double> CoreMetrics.OVERALL_LINE_COVERAGE
           
static Metric<Integer> CoreMetrics.OVERALL_LINES_TO_COVER
           
static Metric<Integer> CoreMetrics.OVERALL_UNCOVERED_CONDITIONS
           
static Metric<Integer> CoreMetrics.OVERALL_UNCOVERED_LINES
           
static Metric<Integer> CoreMetrics.PACKAGE_CYCLES
           
static Metric<Integer> CoreMetrics.PACKAGE_EDGES_WEIGHT
           
static Metric<Integer> CoreMetrics.PACKAGE_FEEDBACK_EDGES
           
static Metric<Double> CoreMetrics.PACKAGE_TANGLE_INDEX
           
static Metric<Integer> CoreMetrics.PACKAGE_TANGLES
           
static Metric<Integer> CoreMetrics.PACKAGES
          Deprecated. since 4.2 there is now only directory
static Metric<String> CoreMetrics.PROFILE
          Deprecated. since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
static Metric<Integer> CoreMetrics.PROFILE_VERSION
          Deprecated. since 4.4 doesn't support multi-language. See CoreMetrics.QUALITY_PROFILES_KEY
static Metric<Integer> CoreMetrics.PROJECTS
           
static Metric<Integer> CoreMetrics.PUBLIC_API
           
static Metric<Double> CoreMetrics.PUBLIC_DOCUMENTED_API_DENSITY
           
static Metric<Integer> CoreMetrics.PUBLIC_UNDOCUMENTED_API
           
static Metric<String> CoreMetrics.QUALITY_GATE_DETAILS
          The project detailed status with regard to its quality gate.
static Metric<String> CoreMetrics.QUALITY_PROFILES
           
static Metric<Integer> CoreMetrics.REOPENED_ISSUES
           
static Metric<Integer> CoreMetrics.RFC
          Deprecated. since 4.2. See SONAR-5042
static Metric<String> CoreMetrics.RFC_DISTRIBUTION
          Deprecated. since 4.2. See SONAR-5042
static Metric<String> CoreMetrics.SCM_AUTHORS_BY_LINE
          Key-value pairs, where key - is a number of line, and value - is an author for this line.
static Metric<String> CoreMetrics.SCM_LAST_COMMIT_DATETIMES_BY_LINE
          Key-value pairs, where key - is a number of line, and value - is a date of last commit for this line.
static Metric<String> CoreMetrics.SCM_REVISIONS_BY_LINE
          Key-value pairs, where key - is a number of line, and value - is a revision for this line.
static Metric<Integer> CoreMetrics.SKIPPED_TESTS
           
static Metric<Double> CoreMetrics.SQALE_DEBT_RATIO
           
static Metric<String> CoreMetrics.SQALE_RATING
           
static Metric<Integer> CoreMetrics.STATEMENTS
           
static Metric<Double> CoreMetrics.SUSPECT_LCOM4_DENSITY
          Deprecated. in 4.1. See http://jira.codehaus.org/browse/SONAR-4853
static Metric<Long> CoreMetrics.TECHNICAL_DEBT
           
static Metric<String> CoreMetrics.TEST_DATA
           
static Metric<Integer> CoreMetrics.TEST_ERRORS
           
static Metric<Integer> CoreMetrics.TEST_EXECUTION_TIME
           
static Metric<Integer> CoreMetrics.TEST_FAILURES
           
static Metric<Double> CoreMetrics.TEST_SUCCESS_DENSITY
           
static Metric<Integer> CoreMetrics.TESTS
          Value of measure for this metric can be saved from Sensor, taking into account following rules: Non-zero value should be saved for resources representing tests.
static Metric<Integer> CoreMetrics.UNASSIGNED_REVIEWS
          Deprecated. in 3.6. This measure is not fed anymore since introduction of issues.
static Metric<Integer> CoreMetrics.UNCOVERED_CONDITIONS
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.UNCOVERED_LINES
          Use CoverageMeasuresBuilder to build measure for this metric.
static Metric<Integer> CoreMetrics.UNPLANNED_REVIEWS
          Deprecated. in 3.6. This measure is not fed anymore since introduction of issues.
static Metric<Integer> CoreMetrics.UNREVIEWED_VIOLATIONS
          Deprecated. in 3.6. This measure is not fed anymore since introduction of issues.
static Metric<Integer> CoreMetrics.VIOLATIONS
           
 

Fields in org.sonar.api.measures with type parameters of type Metric
static List<Metric> CoverageMeasuresBuilder.METRICS
          Metrics of generated measures
 

Methods in org.sonar.api.measures that return Metric
<G extends Serializable>
Metric<G>
Metric.Builder.create()
          Creates a new metric definition based on the properties set on this metric builder.
 Metric MetricFinder.findById(int id)
           
 Metric MetricFinder.findByKey(String key)
           
 Metric Measure.getMetric()
           
 Metric PropertiesBuilder.getMetric()
           
static Metric CoreMetrics.getMetric(String key)
           
 Metric FormulaContext.getTargetMetric()
           
 Metric Metric.merge(Metric with)
          Merge with fields from other metric.
 Metric Metric.setBestValue(Double bestValue)
           
 Metric Metric.setDescription(String description)
          Sets the metric description
 Metric Metric.setDirection(Integer direction)
          Sets the metric direction.
 Metric Metric.setDomain(String domain)
          Sets the domain for the metric (General, Complexity...)
 Metric Metric.setEnabled(Boolean enabled)
          Sets whether the metric is enabled
 Metric Metric.setFormula(Formula formula)
          Sets the metric formula
 Metric Metric.setHidden(Boolean hidden)
           
 Metric Metric.setId(Integer id)
          For internal use only
 Metric Metric.setKey(String key)
          Sets the metric key
 Metric Metric.setName(String name)
          Sets the metric name
 Metric Metric.setOptimizedBestValue(Boolean b)
           
 Metric Metric.setOrigin(Metric.Origin origin)
          Set the origin of the metric - Internal use only
 Metric Metric.setQualitative(Boolean qualitative)
          Sets whether the metric is qualitative
 Metric Metric.setType(Metric.ValueType type)
          Sets the metric type
 Metric Metric.setUserManaged(Boolean userManaged)
          Sets whether the metric is managed by users ("manual metric")
 Metric Metric.setWorstValue(Double d)
           
 

Methods in org.sonar.api.measures that return types with arguments of type Metric
 List<Metric> AverageFormula.dependsUponMetrics()
          
 List<Metric> SumChildDistributionFormula.dependsUponMetrics()
           
 List<Metric> MeanAggregationFormula.dependsUponMetrics()
           
 List<Metric> SumChildValuesFormula.dependsUponMetrics()
           
 List<Metric> WeightedMeanAggregationFormula.dependsUponMetrics()
           
 List<Metric> Formula.dependsUponMetrics()
           
 Collection<Metric> MetricFinder.findAll()
           
 Collection<Metric> MetricFinder.findAll(List<String> metricKeys)
           
static List<Metric> CoreMetrics.getMetrics()
           
 List<Metric> Metrics.getMetrics()
           
 

Methods in org.sonar.api.measures with parameters of type Metric
static MeasuresFilter<Measure> MeasuresFilters.characteristic(Metric metric, Characteristic characteristic)
           
static AverageFormula AverageFormula.create(Metric main, Metric by)
          Creates a new AverageFormula class.
static AverageFormula AverageFormula.create(Metric main, Metric by)
          Creates a new AverageFormula class.
static RuleMeasure RuleMeasure.createForCategory(Metric metric, Integer category, Double value)
          Deprecated. since 2.5. See SONAR-2007.
static RuleMeasure RuleMeasure.createForPriority(Metric metric, RulePriority priority, Double value)
           
static RuleMeasure RuleMeasure.createForRule(Metric metric, Rule rule, Double value)
          Deprecated. since 4.4 use RuleMeasure.createForRule(Metric, RuleKey, Double)
static RuleMeasure RuleMeasure.createForRule(Metric metric, RuleKey ruleKey, Double value)
           
 Collection<Measure> FormulaData.getChildrenMeasures(Metric metric)
           
 Measure FormulaData.getMeasure(Metric metric)
           
 Metric Metric.merge(Metric with)
          Merge with fields from other metric.
static MeasuresFilter<Measure> MeasuresFilters.requirement(Metric metric, Requirement requirement)
          Deprecated. since 4.3
static MeasuresFilter<RuleMeasure> MeasuresFilters.rule(Metric metric, Rule rule)
           
static MeasuresFilter<RuleMeasure> MeasuresFilters.rule(Metric metric, RuleKey ruleKey)
           
static MeasuresFilter<Collection<RuleMeasure>> MeasuresFilters.rules(Metric metric)
           
 AverageFormula AverageFormula.setFallbackForMainMetric(Metric fallbackMetric)
          Set a fallback metric if no measures found for the main metric.
 Measure Measure.setMetric(Metric metric)
          Set the underlying metric
 PropertiesBuilder<K,V> PropertiesBuilder.setMetric(Metric metric)
           
 

Constructors in org.sonar.api.measures with parameters of type Metric
AverageComplexityFormula(Metric byMetric)
          Deprecated.  
CountDistributionBuilder(Metric metric)
          Creates an empty CountDistributionBuilder for a specified metric
Measure(Metric metric)
          Creates a measure with a metric
Measure(Metric metric, Double value)
          Creates a measure with a metric and a value
Measure(Metric metric, Double value, int precision)
          Creates a measure with a metric, a value and a precision for the value
Measure(Metric metric, Double value, String data)
          Creates a measure with a metric, a value and a data field
Measure(Metric metric, Metric.Level level)
          Creates a measure with a metric and an alert level
Measure(Metric metric, String data)
          * Creates a measure with a metric and a data field
MeasuresFilters.MetricFilter(Metric metric)
           
PropertiesBuilder(Metric metric)
           
PropertiesBuilder(Metric metric, Map<K,V> map)
           
RangeDistributionBuilder(Metric<String> metric)
           
RangeDistributionBuilder(Metric<String> metric, Number[] bottomLimits)
          RangeDistributionBuilder for a metric and a defined range Each entry is initialized at zero
RuleMeasure(Metric metric, RuleKey ruleKey, RulePriority rulePriority, Integer ruleCategory)
          This constructor is for internal use only.
RuleMeasure(Metric metric, Rule rule, RulePriority rulePriority, Integer ruleCategory)
          Deprecated. since 4.4 use RuleMeasure.RuleMeasure(Metric, RuleKey, RulePriority, Integer)
WeightedMeanAggregationFormula(Metric weightingMetric, boolean zeroIfNoValues)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.