Package de.hsh.graja.regression.report
Class RegressionLocationContext
java.lang.Object
de.hsh.graja.regression.report.RegressionLocationContext
- All Implemented Interfaces:
Attachable
,Renderable
,Comparable<RegressionLocationContext>
public class RegressionLocationContext
extends Object
implements Attachable, Comparable<RegressionLocationContext>, Renderable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(Attachment attachment) int
getLevel()
static RegressionLocationContext
ofL2
(OccurrenceClassifier classifier, List<Violation> violations) static RegressionLocationContext
ofL3Plus
(List<String> violatorPath, OccurrenceClassifier classifier, List<Violation> violations, boolean isL3PlusGroup) j2html.tags.ContainerTag<?>
render()
toString()
-
Method Details
-
getViolatorPath
-
getViolations
-
getClassifier
-
ofL3Plus
public static RegressionLocationContext ofL3Plus(List<String> violatorPath, OccurrenceClassifier classifier, List<Violation> violations, boolean isL3PlusGroup) -
ofL2
public static RegressionLocationContext ofL2(OccurrenceClassifier classifier, List<Violation> violations) -
attach
- Specified by:
attach
in interfaceAttachable
-
allAttachments
- Specified by:
allAttachments
in interfaceAttachable
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RegressionLocationContext>
-
render
public j2html.tags.ContainerTag<?> render()- Specified by:
render
in interfaceRenderable
-
toString
-
getIdentifier
-
renderDescription
-
getLevel
-