public interface MacroBrowserManager
Modifier and Type | Method and Description |
---|---|
Set<MacroCategory> |
getMacroCategories()
Retrieves a set of macro categories for display in the Macro Browser.
|
Set<MacroMetadata> |
getMacroMetadata()
Retrieves a set of macro metadata for display in the Macro Browser.
|
Set<MacroMetadata> |
getMacroMetadata(Collection<String> whitelist)
Retrieves a set of macros that matches the whitelisted macro names.
|
Set<MacroSummary> |
getMacroSummaries()
Retrieve just the key, title, description and icon of all the macros
|
Set<MacroCategory> getMacroCategories()
Set<MacroMetadata> getMacroMetadata()
Set<MacroMetadata> getMacroMetadata(Collection<String> whitelist)
whitelist
- Set<MacroSummary> getMacroSummaries()
Copyright © 2003–2019 Atlassian. All rights reserved.