Uses of Enum Class
ai.tabforge.workshop.model.Severity
Packages that use Severity
Package
Description
Domain model for the Claude Architect Workshop MCP server.
-
Uses of Severity in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return SeverityModifier and TypeMethodDescriptionReviewReport.overallRisk()Returns the value of theoverallRiskrecord component.Finding.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.Constructors in ai.tabforge.workshop.model with parameters of type SeverityModifierConstructorDescriptionFinding(Severity severity, String agentName, String filePath, int lineNumber, String message, String suggestion, double confidence, String ruleId) Validates invariants at construction time.ReviewReport(String reviewId, String projectPath, String startedAt, String completedAt, ReviewReport.ReviewStatus status, Severity overallRisk, boolean safeToMerge, List<Finding> findings, Map<String, AgentSummary> agentSummaries, List<HumanDecision> humanDecisions) Creates an instance of aReviewReportrecord class.