Uses of Enum Class
dev.archunitjava.result.Severity
Packages that use Severity
-
Uses of Severity in dev.archunitjava.cli
Methods in dev.archunitjava.cli that return SeverityModifier and TypeMethodDescriptionCliRuleConfiguration.severity()Returns the value of theseverityrecord component.Constructors in dev.archunitjava.cli with parameters of type SeverityModifierConstructorDescriptionCliRuleConfiguration(String id, CliGraphDomain domain, DependencyRuleMode mode, CliPattern origins, CliPattern targets, SelfDependencyPolicy selfDependencies, ExternalDependencyPolicy externalDependencies, Optional<String> displayName, Optional<String> rationale, List<String> tags, Severity severity) Creates an instance of aCliRuleConfigurationrecord class. -
Uses of Severity in dev.archunitjava.result
Subclasses with type arguments of type Severity in dev.archunitjava.resultModifier and TypeClassDescriptionenumMachine-readable importance assigned to violations and diagnostics.Methods in dev.archunitjava.result that return SeverityModifier and TypeMethodDescriptionDiagnostic.severity()Returns the value of theseverityrecord component.RuleMetadata.severity()Returns the value of theseverityrecord component.Violation.severity()Returns the value of theseverityrecord component.static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.result with parameters of type SeverityConstructors in dev.archunitjava.result with parameters of type SeverityModifierConstructorDescriptionCreates an instance of aDiagnosticrecord class.RuleMetadata(String semanticIdentity, String presentationIdentity, String displayName, String description, Optional<String> rationale, List<String> tags, Severity severity) Creates an instance of aRuleMetadatarecord class.Violation(ViolationId id, String code, Severity severity, List<ViolationSubject> subjects, List<DependencyEvidence> evidence, Map<String, String> attributes) Creates an instance of aViolationrecord class. -
Uses of Severity in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type Severity