Class MetricIds
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.persistence.MetricIds
-
- All Implemented Interfaces:
Serializable
public class MetricIds extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricIds()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricIds
addAll(MetricIds other)
void
addMetricId(MetricId metricId)
boolean
equals(Object obj)
static MetricIds
fromExportMetaData(com.hello2morrow.sonargraph.integration.access.model.IExportMetaData exportMetaData)
static MetricIds
fromIMetricIds(List<com.hello2morrow.sonargraph.integration.access.model.IMetricId> metricIds)
static MetricIds
fromJSON(String jsonString)
Set<String>
getMetricCategories()
MetricId
getMetricId(String metricName)
Map<String,MetricId>
getMetricIds()
Map<String,MetricId>
getMetricIds(String language)
Set<MetricId>
getMetricIdsForCategory(String metricCategory)
int
hashCode()
static String
toJSON(MetricIds metricIds)
-
-
-
Method Detail
-
addMetricId
public void addMetricId(MetricId metricId)
-
fromIMetricIds
public static MetricIds fromIMetricIds(List<com.hello2morrow.sonargraph.integration.access.model.IMetricId> metricIds)
-
fromExportMetaData
public static MetricIds fromExportMetaData(com.hello2morrow.sonargraph.integration.access.model.IExportMetaData exportMetaData)
-
-