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 |
|---|---|
void |
createEmbeddingsDirectory() |
void |
generateReports() |
boolean |
hasBuildPassed()
Checks if all features pass.
|
public static final String HOME_PAGE
FeaturesOverviewPage and
ErrorPage.public static final String BASE_DIRECTORY
public ReportBuilder(List<String> jsonFiles, Configuration configuration)
Copyright © 2016. All rights reserved.