Interface SiteMigrator
-
- All Known Implementing Classes:
DefaultSiteMigrator,PageTemplateSiteMigrator
public interface SiteMigratorA component responsible for performing the conversion of content within Confluence to the latest format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSiteMigrationInProgress()ExceptionReportmigrateSite()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 progressMigrationException- wrapping any exceptions which occur during the migration
-
isSiteMigrationInProgress
boolean isSiteMigrationInProgress()
- Returns:
- if a migration is currently in progress
-
-