public class ReportBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASE_DIRECTORY
Subdirectory where the report will be created.
|
static String |
HOME_PAGE
Page that should be displayed when the reports is generated.
|
Constructor and Description |
---|
ReportBuilder(List<String> jsonFiles,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Reportable |
generateReports()
Parses provided files and generates the report.
|
public static final String HOME_PAGE
FeaturesOverviewPage
and
ErrorPage
.public static final String BASE_DIRECTORY
public ReportBuilder(List<String> jsonFiles, Configuration configuration)
public Reportable generateReports()
Copyright © 2020. All rights reserved.