Class ProcedureRow
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.procedures.ProcedureRow
-
- All Implemented Interfaces:
Serializable
public class ProcedureRow extends Object implements Serializable
- Author:
- Andrius
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcedureRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFile()
Metric
getMetricByName(String metricName)
List<Metric>
getMetrics()
String
getProcedure()
int
hashCode()
void
setFile(String file)
void
setMetrics(List<Metric> metrics)
void
setProcedure(String procedure)
String
toString()
-