Interface ConfluenceMigrationManager


  • @Role
    public interface ConfluenceMigrationManager
    Manages the pages of the Confluence Migrator.
    Since:
    1.0
    Version:
    $Id$
    • Method Detail

      • updateAndSaveMigration

        void updateAndSaveMigration​(ConfluenceMigrationJobStatus jobStatus)
        Update the migration identified by the request of the job. The information will be extracted from the execution of the job.
        Parameters:
        jobStatus - the status of the executed job.
      • disablePrerequisites

        void disablePrerequisites()
        Disable the prerequisites of the migration.
      • enablePrerequisites

        void enablePrerequisites()
        Enable the prerequisites of the migration.