public class PDFCucumberReport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.pdfbox.pdmodel.PDDocument |
document |
protected ReportConfig |
reportConfig |
protected ReportData |
reportData |
protected File |
reportFile |
| Constructor and Description |
|---|
PDFCucumberReport(ReportData reportData,
File reportFile) |
PDFCucumberReport(ReportData reportData,
File reportFile,
MediaCleanup.MediaCleanupOption mediaCleanupOption) |
PDFCucumberReport(ReportData reportData,
String reportDirectory) |
PDFCucumberReport(ReportData reportData,
String reportDirectory,
MediaCleanup.MediaCleanupOption mediaCleanupOption) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDashboardSection() |
protected void |
createDetailedSection() |
protected void |
createExpandedSection() |
protected void |
createFeatureSection() |
void |
createReport() |
protected void |
createScenarioSection() |
protected void |
processDestinationAnnotations() |
protected void |
processFileAnnotations() |
protected ReportData reportData
protected File reportFile
protected org.apache.pdfbox.pdmodel.PDDocument document
protected ReportConfig reportConfig
public PDFCucumberReport(ReportData reportData, String reportDirectory)
public PDFCucumberReport(ReportData reportData, File reportFile)
public PDFCucumberReport(ReportData reportData, String reportDirectory, MediaCleanup.MediaCleanupOption mediaCleanupOption)
public PDFCucumberReport(ReportData reportData, File reportFile, MediaCleanup.MediaCleanupOption mediaCleanupOption)
public void createReport()
protected void createDashboardSection()
protected void createFeatureSection()
protected void createScenarioSection()
protected void createDetailedSection()
protected void createExpandedSection()
protected void processDestinationAnnotations()
protected void processFileAnnotations()
Copyright © 2022. All rights reserved.