Package io.forgeai.jenkins.reports
Class ForgeAIReportGenerator
java.lang.Object
io.forgeai.jenkins.reports.ForgeAIReportGenerator
Generates a self-contained HTML report from aggregated analysis results.
The report is saved as a build artifact and linked from the build page.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateHtml(List<AnalysisResult> results, String projectName, String buildNumber)
-
Method Details
-
generateHtml
public static String generateHtml(List<AnalysisResult> results, String projectName, String buildNumber)
-