| Modifier and Type | Method and Description |
|---|---|
MacroMigration |
MacroSchemaMigratorModuleDescriptor.getModule() |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextMacroMigration
Migration task for migrating plain text
Macros. |
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,
com.atlassian.plugin.PluginAccessor pluginAccessor)
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelledContentMacroCqlSchemaMigrator
Migrates
LabelledContentMacro parameters from legacy format to CQL format. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcerptMacroMigration |
class |
ExcerptSchemaMigrator
Used to migrate include excerpts param from true/false to
ExcerptType |
class |
GalleryMacroMigration |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcerptMacroMigration.setRichTextMacroMigration(MacroMigration richTextMacroMigration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentTableMigrator
This is a macro parameter migrator for Appfire/Bob Swift's AttachmentTable, which is part of the
Advanced Tables Addon.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionThrowingMacroMigrator
Tries to migrate the
ParameterJsonMacro, but fails! |
class |
ParameterMacroMigrator
Migrates the
ParameterJsonMacro, bumping the schema version. |
Copyright © 2003–2017 Atlassian. All rights reserved.