Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
NaughtyWritingToDBWhilstRenderingMacro.getBodyType() |
Macro.BodyType |
CustomWebResourceAddingMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
V2CompatibilityMacro.getBodyType() |
Macro.BodyType |
Macro.getBodyType()
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
|
Macro.BodyType |
LazyLoadingMacroWrapper.getBodyType() |
Macro.BodyType |
GenericVelocityMacro.getBodyType() |
static Macro.BodyType |
Macro.BodyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Macro.BodyType[] |
Macro.BodyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericVelocityMacro.setBodyType(Macro.BodyType bodyType) |
Constructor and Description |
---|
V2CompatibilityMacro(com.atlassian.renderer.v2.macro.Macro v2Macro,
Macro.BodyType bodyType) |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
UnmigratedInlineWikiMarkupMacro.getBodyType() |
Macro.BodyType |
UnmigratedBlockWikiMarkupMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
CustomMacroModuleDescriptor.getBodyType()
Used by code that automatically converts a V2 macro to an XHTML macro.
|
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
SpaceJumpMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
LinkMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
LoremIpsumMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
static Macro.BodyType |
UserMacroConfig.deriveBodyType(UserMacroConfig config) |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
MacroDefinition.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
UnprocessedBodyMacro.getBodyType() |
Macro.BodyType |
ProcessedBodyMacro.getBodyType() |
Modifier and Type | Method and Description |
---|---|
Macro.BodyType |
ParameterJsonMacro.getBodyType() |
Copyright © 2003–2016 Atlassian. All rights reserved.