Package | Description |
---|---|
com.atlassian.confluence.macro.browser.beans |
Modifier and Type | Method and Description |
---|---|
MacroIcon |
MacroMetadata.getIcon() |
MacroIcon |
MacroMetadataBuilder.getIcon() |
MacroIcon |
MacroSummary.getIcon() |
Modifier and Type | Method and Description |
---|---|
MacroMetadataBuilder |
MacroMetadataBuilder.setIcon(MacroIcon icon) |
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.