public interface MacroMigrationManager
Modifier and Type | Method and Description |
---|---|
MacroMigration |
getMacroMigration(String macroName)
Returns the
MacroMigration for the given macro. |
MacroMigration getMacroMigration(String macroName)
MacroMigration
for the given macro.
If a custom MacroMigration
is registered for this macro name
it will be returned, otherwise if the macro implements the Macro
interface it will return a MacroMigration
based on the type of macro.
macroName
- Copyright © 2003–2019 Atlassian. All rights reserved.