Class ProcedureJsonRow
java.lang.Object
org.jenkinsci.plugins.codesonar.models.json.ProcedureJsonRow
- All Implemented Interfaces:
Comparable<ProcedureJsonRow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ProcedureJsonRow metric) boolean
int
int
hashCode()
void
setMetricCyclomaticComplexity
(int metricCyclomaticComplexity) void
setProcedure
(String procedure) toString()
-
Constructor Details
-
ProcedureJsonRow
public ProcedureJsonRow() -
ProcedureJsonRow
-
-
Method Details
-
getProcedure
-
setProcedure
-
getMetricCyclomaticComplexity
public int getMetricCyclomaticComplexity() -
setMetricCyclomaticComplexity
public void setMetricCyclomaticComplexity(int metricCyclomaticComplexity) -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ProcedureJsonRow>
-
hashCode
public int hashCode() -
equals
-