Uses of Record Class
dev.archunitjava.baseline.BaselineFinding
Packages that use BaselineFinding
-
Uses of BaselineFinding in dev.archunitjava.baseline
Classes in dev.archunitjava.baseline that implement interfaces with type arguments of type BaselineFindingModifier and TypeClassDescriptionfinal recordReviewable snapshot and two-part stable fingerprint for one rule violation.Methods in dev.archunitjava.baseline that return BaselineFindingModifier and TypeMethodDescriptionstatic BaselineFindingBaselineFinding.capture(RuleResult result, Violation violation) Methods in dev.archunitjava.baseline that return types with arguments of type BaselineFindingModifier and TypeMethodDescriptionFindingChange.current()Returns the value of thecurrentrecord component.ReviewedBaseline.findings()Returns the value of thefindingsrecord component.FindingChange.previous()Returns the value of thepreviousrecord component.Methods in dev.archunitjava.baseline with parameters of type BaselineFindingModifier and TypeMethodDescriptionintBaselineFinding.compareTo(BaselineFinding other) booleanSuppression.matches(BaselineFinding finding) Method parameters in dev.archunitjava.baseline with type arguments of type BaselineFindingModifier and TypeMethodDescriptionstatic ReviewedBaselineReviewedBaseline.of(Collection<BaselineFinding> findings, Collection<Suppression> suppressions) Constructor parameters in dev.archunitjava.baseline with type arguments of type BaselineFindingModifierConstructorDescriptionFindingChange(FindingState state, Optional<BaselineFinding> previous, Optional<BaselineFinding> current, Optional<String> suppressionId) Creates an instance of aFindingChangerecord class.ReviewedBaseline(String schemaVersion, List<BaselineFinding> findings, List<Suppression> suppressions) Creates an instance of aReviewedBaselinerecord class.