Class MacroMigrationLifecycleItem
- java.lang.Object
-
- com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
-
- All Implemented Interfaces:
com.atlassian.config.lifecycle.LifecycleItem
public class MacroMigrationLifecycleItem extends Object implements com.atlassian.config.lifecycle.LifecycleItem
-
-
Constructor Summary
Constructors Constructor Description MacroMigrationLifecycleItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)voidshutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)voidstartup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
-
-
-
Method Detail
-
startup
public void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception- Specified by:
startupin interfacecom.atlassian.config.lifecycle.LifecycleItem- Throws:
Exception
-
shutdown
public void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception- Specified by:
shutdownin interfacecom.atlassian.config.lifecycle.LifecycleItem- Throws:
Exception
-
setXhtmlWikiMarkupMacroSiteMigrator
public void setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
-
-