Class MacroMigrationLifecycleItem

java.lang.Object
com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
All Implemented Interfaces:
com.atlassian.config.lifecycle.LifecycleItem

@Deprecated(forRemoval=true) public class MacroMigrationLifecycleItem extends Object implements com.atlassian.config.lifecycle.LifecycleItem
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 unused
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MacroMigrationLifecycleItem

      public MacroMigrationLifecycleItem()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • startup

      public void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      startup in interface com.atlassian.config.lifecycle.LifecycleItem
      Throws:
      Exception
    • shutdown

      public void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      shutdown in interface com.atlassian.config.lifecycle.LifecycleItem
      Throws:
      Exception
    • setXhtmlWikiMarkupMacroSiteMigrator

      public void setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
      Deprecated, for removal: This API element is subject to removal in a future version.