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 Details

    • 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