public interface Macro
| Modifier and Type | Interface and Description |
|---|---|
static class |
Macro.BodyType |
static class |
Macro.OutputType |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Macro.BodyType |
getBodyType()
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
|
Macro.OutputType |
getOutputType() |
String execute(Map<String,String> parameters, String body, ConversionContext context) throws MacroExecutionException
MacroExecutionExceptionMacro.BodyType getBodyType()
Macro.OutputType getOutputType()
Copyright © 2003–2022 Atlassian. All rights reserved.