Class ProcedureJsonRow
java.lang.Object
org.jenkinsci.plugins.codesonar.models.json.ProcedureJsonRow
- All Implemented Interfaces:
Comparable<ProcedureJsonRow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ProcedureJsonRow metric) booleanintinthashCode()voidsetMetricCyclomaticComplexity(int metricCyclomaticComplexity) voidsetProcedure(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:
compareToin interfaceComparable<ProcedureJsonRow>
-
hashCode
public int hashCode() -
equals
-