Uses of Enum Class
ai.tabforge.workshop.model.ReviewReport.ReviewStatus
Packages that use ReviewReport.ReviewStatus
Package
Description
Domain model for the Claude Architect Workshop MCP server.
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Uses of ReviewReport.ReviewStatus in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return ReviewReport.ReviewStatusModifier and TypeMethodDescriptionReviewReport.status()Returns the value of thestatusrecord component.static ReviewReport.ReviewStatusReturns the enum constant of this class with the specified name.static ReviewReport.ReviewStatus[]ReviewReport.ReviewStatus.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 ReviewReport.ReviewStatusModifierConstructorDescriptionReviewReport(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. -
Uses of ReviewReport.ReviewStatus in ai.tabforge.workshop.orchestrator
Methods in ai.tabforge.workshop.orchestrator that return ReviewReport.ReviewStatusMethods in ai.tabforge.workshop.orchestrator with parameters of type ReviewReport.ReviewStatusConstructors in ai.tabforge.workshop.orchestrator with parameters of type ReviewReport.ReviewStatusModifierConstructorDescriptionReviewSession(String reviewId, ReviewScope scope, ReviewReport.ReviewStatus status, ReviewReport report, EscalationRequest pendingEscalation, String startedAt)