Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport

Packages that use ExceptionReport
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.exceptions   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
 

Uses of ExceptionReport in com.atlassian.confluence.content.render.xhtml.migration
 

Methods in com.atlassian.confluence.content.render.xhtml.migration that return ExceptionReport
 ExceptionReport SiteMigrator.migrateSite()
          Migrate the entire site.
 ExceptionReport PageTemplateSiteMigrator.migrateSite()
           
 ExceptionReport DefaultSiteMigrator.migrateSite()
           
 

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
static java.lang.String ExceptionReportUtil.generateReportString(java.lang.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
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ExceptionReport
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, java.lang.String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
PageTemplateMigratorTask(ExceptionTolerantMigrator migrator, PageTemplateDao dao, PageTemplateManager pageTemplateManager, ExceptionReport report, com.google.common.base.Predicate<PageTemplate> migrationCandidateSelector)
           
SettingsMigratorTask(SettingsManager settingsManager, ExceptionTolerantMigrator migrator, ExceptionReport report)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.