Package io.forgeai.jenkins.analyzers
Class TestGapAnalyzer
java.lang.Object
io.forgeai.jenkins.analyzers.BaseAnalyzer
io.forgeai.jenkins.analyzers.TestGapAnalyzer
-
Field Summary
Fields inherited from class io.forgeai.jenkins.analyzers.BaseAnalyzer
llm, logger, maxTokens -
Constructor Summary
Constructors -
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
-
TestGapAnalyzer
-
-
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
-