| Constructor and Description |
|---|
HelpDiagnosticReport(DateAndTime createdAt,
java.util.List<HelpDiagnosticReportItem> items) |
HelpDiagnosticReport(java.util.List<HelpDiagnosticReportItem> items) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
java.util.List<HelpDiagnosticReportItem> |
getItems() |
NamedLists<HelpDiagnosticReportItem> |
groupItemsByModule() |
void |
writeTo(HtmlBuilder builder) |
void |
writeTo(HtmlBuilder builder,
boolean includeWorkbenchLinks) |
void |
writeTo(VfsFile file) |
public HelpDiagnosticReport(DateAndTime createdAt, java.util.List<HelpDiagnosticReportItem> items)
public HelpDiagnosticReport(java.util.List<HelpDiagnosticReportItem> items)
public void writeTo(HtmlBuilder builder) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(HtmlBuilder builder, boolean includeWorkbenchLinks) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(VfsFile file) throws java.io.IOException
java.io.IOExceptionpublic java.util.List<HelpDiagnosticReportItem> getItems()
public NamedLists<HelpDiagnosticReportItem> groupItemsByModule()
public java.lang.String getFileName()