Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
-
Uses of ExceptionReport in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration that return ExceptionReport Modifier and Type Method Description ExceptionReport
DefaultSiteMigrator. migrateSite()
ExceptionReport
PageTemplateSiteMigrator. migrateSite()
ExceptionReport
SiteMigrator. migrateSite()
Migrate the entire site. -
Uses of ExceptionReport in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Methods in com.atlassian.confluence.content.render.xhtml.migration.exceptions with parameters of type ExceptionReport Modifier and Type Method Description static String
ExceptionReportUtil. generateReportString(String reportTitle, ExceptionReport report, boolean includeStackTrace)
Generate a string suitable for logging from the given report. -
Uses of ExceptionReport in com.atlassian.confluence.content.render.xhtml.migration.tasks
-