Class Metrics
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.metrics.Metrics
-
- All Implemented Interfaces:
Serializable
public class Metrics extends Object implements Serializable
- Author:
- Andrius
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Metric
getMetricByName(String name)
List<Metric>
getMetrics()
int
hashCode()
void
setMetrics(List<Metric> metrics)
String
toString()
-
-
-
Method Detail
-
getMetricByName
public Metric getMetricByName(String name) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
-