org.sonar.api.batch.measure
Interface MetricFinder

All Superinterfaces:
BatchComponent

@Beta
public interface MetricFinder
extends BatchComponent

Experimental - do not use

Since:
4.5

Method Summary
 Collection<Metric> findAll()
           
 Collection<Metric> findAll(List<String> metricKeys)
           
 Metric findByKey(String key)
           
 

Method Detail

findByKey

@CheckForNull
Metric findByKey(String key)

findAll

Collection<Metric> findAll(List<String> metricKeys)

findAll

Collection<Metric> findAll()


Copyright © 2009–2015 SonarSource. All rights reserved.