Class MetricIdsHistory
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.persistence.MetricIdsHistory
-
- All Implemented Interfaces:
IMetricIdsHistoryProvider
public class MetricIdsHistory extends Object implements IMetricIdsHistoryProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_METRIC_IDS_HAD_NO_EFFECT_ON_FILE
static String
OVERRIDE_METRIC_IDS_FILE
-
Constructor Summary
Constructors Constructor Description MetricIdsHistory(File historyFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricIds
addMetricIds(MetricIds metricIds, PrintStream logger)
String
getStorageName()
com.hello2morrow.sonargraph.integration.access.foundation.ResultWithOutcome<MetricIds>
readMetricIds()
-
-
-
Field Detail
-
ADD_METRIC_IDS_HAD_NO_EFFECT_ON_FILE
public static final String ADD_METRIC_IDS_HAD_NO_EFFECT_ON_FILE
- See Also:
- Constant Field Values
-
OVERRIDE_METRIC_IDS_FILE
public static final String OVERRIDE_METRIC_IDS_FILE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MetricIdsHistory
public MetricIdsHistory(File historyFile)
-
-
Method Detail
-
readMetricIds
public com.hello2morrow.sonargraph.integration.access.foundation.ResultWithOutcome<MetricIds> readMetricIds()
- Specified by:
readMetricIds
in interfaceIMetricIdsHistoryProvider
-
addMetricIds
public MetricIds addMetricIds(MetricIds metricIds, PrintStream logger)
- Specified by:
addMetricIds
in interfaceIMetricIdsHistoryProvider
-
getStorageName
public String getStorageName()
- Specified by:
getStorageName
in interfaceIMetricIdsHistoryProvider
-
-