Modifier and Type | Method and Description |
---|---|
MacroMigration |
MacroSchemaMigratorModuleDescriptor.getModule() |
Modifier and Type | Class and Description |
---|---|
class |
PlainTextMacroMigration
Migration task for migrating plain text
Macro s. |
class |
RichTextMacroMigration
Takes a macro with wiki-markup in its body and converts it to XHTML storage format.
|
class |
V2MacroToUnmigratedWikiMarkupMacroMigration
Responsible for wrapping a string containing a wiki macro declaration (say "{foo}bar{foo}") inside an XHTML wiki markup macro.
|
Modifier and Type | Method and Description |
---|---|
MacroMigration |
MacroMigrationManager.getMacroMigration(String macroName)
Returns the
MacroMigration for the given macro. |
MacroMigration |
DefaultMacroMigrationManager.getMacroMigration(String macroName) |
Constructor and Description |
---|
DefaultMacroMigrationManager(MacroMigration richTextMacroMigration,
MacroMigration plainTextMacroMigration,
MacroMigration v2MacroToUnmigratedWikiMarkupMacroMigration,
MacroManager xhtmlOnlyMacroManager,
MacroManager v2CompatibileMacroManager,
MacroManager v2MacroManager,
Set<String> whitelistedNames)
Sets the macro manager and the migration tasks for the rich text and plain text migrations.
|
Modifier and Type | Method and Description |
---|---|
MacroMigration |
MacroMigrationModuleDescriptor.getModule() |
Modifier and Type | Class and Description |
---|---|
class |
SpaceJumpMacroMigrator |
Copyright © 2003–2019 Atlassian. All rights reserved.