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 TypeMethodDescriptionvoidattach(Attachment attachment) intgetLevel()static RegressionLocationContextofL2(OccurrenceClassifier classifier, List<Violation> violations) static RegressionLocationContextofL3Plus(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:
attachin interfaceAttachable
-
allAttachments
- Specified by:
allAttachmentsin interfaceAttachable
-
compareTo
- Specified by:
compareToin interfaceComparable<RegressionLocationContext>
-
render
public j2html.tags.ContainerTag<?> render()- Specified by:
renderin interfaceRenderable
-
toString
-
getIdentifier
-
renderDescription
-
getLevel
-