public interface MacroIconManager
MacroMetadata
. The specified icon locations can be
retrieved directly from a MacroMetadata
, but this class handles falling back to default locations and
retrieving the image streams themselves.Modifier and Type | Method and Description |
---|---|
String |
getExternalSmallIconUrl(MacroMetadata macroMetadata)
Retrieve a the Url to a small icon for a macro.
|
InputStream |
getIconStream(MacroMetadata macroMetadata)
Retrieve an inputStream of the macro's icon.
|
String getExternalSmallIconUrl(MacroMetadata macroMetadata)
macroMetadata
- the metadata for the macro to retrieve the icon url forInputStream getIconStream(MacroMetadata macroMetadata)
macroMetadata
- the metadata for the macroCopyright © 2003–2019 Atlassian. All rights reserved.