Class GitHubPagesGenerator
java.lang.Object
de.cuioss.benchmarking.common.report.GitHubPagesGenerator
Generates GitHub Pages ready deployment structure from benchmark artifacts.
Since all report files are now written directly to gh-pages-ready by other generators,
this class only needs to generate additional deployment assets (404.html, robots.txt, sitemap.xml).
NO COPYING is performed - everything else is already in gh-pages-ready.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateDeploymentAssets(OutputDirectoryStructure structure) Generates deployment-specific assets for GitHub Pages.
-
Field Details
-
CREATED_API_ENDPOINT_S
- See Also:
-
-
Constructor Details
-
GitHubPagesGenerator
public GitHubPagesGenerator()
-
-
Method Details
-
generateDeploymentAssets
Generates deployment-specific assets for GitHub Pages. This assumes all report files are already written to gh-pages-ready directory.- Parameters:
structure- the output directory structure- Throws:
IOException- if file operations fail
-