Package | Description |
---|---|
com.atlassian.confluence.macro.browser.beans |
Modifier and Type | Field and Description |
---|---|
static MacroPropertyPanelButton |
MacroPropertyPanelButton.SPACER |
Modifier and Type | Method and Description |
---|---|
List<MacroPropertyPanelButton> |
MacroMetadata.getButtons() |
List<MacroPropertyPanelButton> |
MacroMetadataBuilder.getButtons() |
List<MacroPropertyPanelButton> |
MacroSummary.getButtons() |
Modifier and Type | Method and Description |
---|---|
MacroMetadataBuilder |
MacroMetadataBuilder.setButtons(List<MacroPropertyPanelButton> buttons) |
Constructor and Description |
---|
MacroMetadata(String macroName,
String pluginKey,
String title,
MacroIcon icon,
boolean isAlwaysShowConfig,
String description,
Set<String> aliases,
Set<String> categories,
boolean isBodyDeprecated,
boolean hidden,
MacroFormDetails formDetails,
String alternateId,
List<MacroPropertyPanelButton> buttons)
Deprecated.
Since 5.8. Use the builder constructor.
|
MacroMetadata(String macroName,
String pluginKey,
String title,
MacroIcon icon,
String description,
Set<String> aliases,
Set<String> categories,
boolean isBodyDeprecated,
boolean hidden,
MacroFormDetails formDetails,
String alternateId,
List<MacroPropertyPanelButton> buttons)
Deprecated.
Since 5.8. Use the builder constructor.
|
MacroSummary(String macroName,
String pluginKey,
MacroIcon icon,
String title,
String description,
Set<String> aliases,
Set<String> categories,
boolean bodyDeprecated,
boolean hidden,
String alternateId,
List<MacroPropertyPanelButton> buttons,
boolean hasRequiredParameters,
boolean isAlwaysShowConfig,
String gadgetUrl)
Deprecated.
Since 5.8. Use the Builder constructor.
|
Copyright © 2003–2017 Atlassian. All rights reserved.