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 ExceptionReportDefaultSiteMigrator. migrateSite()ExceptionReportPageTemplateSiteMigrator. migrateSite()ExceptionReportSiteMigrator. 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 StringExceptionReportUtil. 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
-