| Package | Description |
|---|---|
| com.mulesoft.tools.migration.report | |
| com.mulesoft.tools.migration.report.html | |
| com.mulesoft.tools.migration.report.html.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReportEntryModel> |
DefaultMigrationReport.getReportEntries() |
| Constructor and Description |
|---|
HTMLReport(List<ReportEntryModel> reportEntries,
File reportDirectory,
String runnerVersion) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,List<ReportEntryModel>>> |
ApplicationReport.getErrorEntries() |
Map<String,Map<String,List<ReportEntryModel>>> |
ApplicationReport.getWarningEntries() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationReport.ApplicationReportBuilder |
ApplicationReport.ApplicationReportBuilder.withReportEntries(List<ReportEntryModel> reportEntries) |
| Constructor and Description |
|---|
ApplicationReport(Map<String,Map<String,List<ReportEntryModel>>> errorEntries,
Map<String,Map<String,List<ReportEntryModel>>> warningEntries) |
ApplicationReport(Map<String,Map<String,List<ReportEntryModel>>> errorEntries,
Map<String,Map<String,List<ReportEntryModel>>> warningEntries) |
Copyright © 2018 MuleSoft Inc. All rights reserved.