com.atlassian.confluence.content.render.xhtml.migration
Interface SiteMigrator

All Known Implementing Classes:
DefaultSiteMigrator, PageTemplateSiteMigrator

public interface SiteMigrator

A component responsible for performing the conversion of content within Confluence to the latest format.


Method Summary
 boolean isSiteMigrationInProgress()
           
 ExceptionReport migrateSite()
          Migrate the entire site.
 

Method Detail

migrateSite

ExceptionReport migrateSite()
                            throws MigrationException
Migrate the entire site. Only one migration can be in progress at any time.

Throws:
IllegalStateException - if a call is made when a migration is already in progress
MigrationException - wrapping any exceptions which occur during the migration

isSiteMigrationInProgress

boolean isSiteMigrationInProgress()
Returns:
if a migration is currently in progress


Copyright © 2003–2015 Atlassian. All rights reserved.