Macro.BodyType, Macro.OutputType
Constructor and Description |
---|
LazyLoadingMacroWrapper(com.atlassian.util.concurrent.LazyReference<Macro> delegate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute(java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.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 |
getMacro() |
Macro.OutputType |
getOutputType() |
public LazyLoadingMacroWrapper(com.atlassian.util.concurrent.LazyReference<Macro> delegate)
public java.lang.String execute(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String body, ConversionContext context) throws MacroExecutionException
execute
in interface Macro
MacroExecutionException
public Macro.BodyType getBodyType()
Macro
getBodyType
in interface Macro
public Macro.OutputType getOutputType()
getOutputType
in interface Macro
public Macro getMacro()
Copyright © 2003-2014 Atlassian. All Rights Reserved.