Interface IMetricIdsHistoryProvider
-
- All Known Implementing Classes:
MetricIdsHistory
public interface IMetricIdsHistoryProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricIds
addMetricIds(MetricIds metricIds, PrintStream logger)
String
getStorageName()
com.hello2morrow.sonargraph.integration.access.foundation.ResultWithOutcome<MetricIds>
readMetricIds()
-
-
-
Method Detail
-
readMetricIds
com.hello2morrow.sonargraph.integration.access.foundation.ResultWithOutcome<MetricIds> readMetricIds()
-
addMetricIds
MetricIds addMetricIds(MetricIds metricIds, PrintStream logger)
-
getStorageName
String getStorageName()
-
-