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 void
setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
void
shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
void
startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
-
-
-
Method Detail
-
startup
public void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
- Specified by:
startup
in interfacecom.atlassian.config.lifecycle.LifecycleItem
- Throws:
Exception
-
shutdown
public void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
- Specified by:
shutdown
in interfacecom.atlassian.config.lifecycle.LifecycleItem
- Throws:
Exception
-
setXhtmlWikiMarkupMacroSiteMigrator
public void setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
-
-