Class MacroMigrationLifecycleItem

  • All Implemented Interfaces:
    com.atlassian.config.lifecycle.LifecycleItem

    public class MacroMigrationLifecycleItem
    extends Object
    implements com.atlassian.config.lifecycle.LifecycleItem
    • Constructor Detail

      • MacroMigrationLifecycleItem

        public MacroMigrationLifecycleItem()
    • Method Detail

      • startup

        public void startup​(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
                     throws Exception
        Specified by:
        startup in interface com.atlassian.config.lifecycle.LifecycleItem
        Throws:
        Exception
      • shutdown

        public void shutdown​(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
                      throws Exception
        Specified by:
        shutdown in interface com.atlassian.config.lifecycle.LifecycleItem
        Throws:
        Exception
      • setXhtmlWikiMarkupMacroSiteMigrator

        public void setXhtmlWikiMarkupMacroSiteMigrator​(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)