Package io.forgeai.jenkins.analyzers
Class ReleaseReadinessAnalyzer
java.lang.Object
io.forgeai.jenkins.analyzers.BaseAnalyzer
io.forgeai.jenkins.analyzers.ReleaseReadinessAnalyzer
UNIQUE DIFFERENTIATOR — Holistic Release Readiness Scoring.
This analyzer takes the output of ALL other analyzers and produces a composite
release readiness assessment — essentially an AI-powered quality gate.
-
Field Summary
Fields inherited from class io.forgeai.jenkins.analyzers.BaseAnalyzer
llm, logger, maxTokens -
Constructor Summary
ConstructorsConstructorDescriptionReleaseReadinessAnalyzer(LLMProvider llm, PrintStream logger, int maxTokens) -
Method Summary
Modifier and TypeMethodDescriptionExecute the analysis on the provided source material.Short identifier for JSON keys and filenames.Human-readable name of this analyzer for reports/logs.Methods inherited from class io.forgeai.jenkins.analyzers.BaseAnalyzer
safeComplete, truncateSource
-
Constructor Details
-
ReleaseReadinessAnalyzer
-
-
Method Details
-
analyze
Description copied from class:BaseAnalyzerExecute the analysis on the provided source material.- Specified by:
analyzein classBaseAnalyzer- Parameters:
sourceCode- the code or diff to analyzecontext- additional context (file paths, language, project structure)- Returns:
- structured analysis result
- Throws:
LLMException
-
analyzerName
Description copied from class:BaseAnalyzerHuman-readable name of this analyzer for reports/logs.- Specified by:
analyzerNamein classBaseAnalyzer
-
analyzerId
Description copied from class:BaseAnalyzerShort identifier for JSON keys and filenames.- Specified by:
analyzerIdin classBaseAnalyzer
-