Uses of Enum Class
dev.archunitjava.baseline.FindingState
Packages that use FindingState
-
Uses of FindingState in dev.archunitjava.baseline
Subclasses with type arguments of type FindingState in dev.archunitjava.baselineModifier and TypeClassDescriptionenumAdoption state assigned by comparing current findings to a reviewed baseline.Methods in dev.archunitjava.baseline that return FindingStateModifier and TypeMethodDescriptionFindingChange.state()Returns the value of thestaterecord component.static FindingStateReturns the enum constant of this class with the specified name.static FindingState[]FindingState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.baseline with parameters of type FindingStateConstructors in dev.archunitjava.baseline with parameters of type FindingStateModifierConstructorDescriptionFindingChange(FindingState state, Optional<BaselineFinding> previous, Optional<BaselineFinding> current, Optional<String> suppressionId) Creates an instance of aFindingChangerecord class.