public interface MacroManager
| Modifier and Type | Method and Description |
|---|---|
Macro |
getEnabledMacro(String name)
Get the first enabled macro we can find with the given name from all our
enabled libraries.
|
Macro getEnabledMacro(String name)
If two macros have the same name in different packages, you'll probably get a random macro back.
name - the name of the macro to retrieveCopyright © 2019 Atlassian. All rights reserved.