public interface RecentlyUpdatedMacroTab
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getName() |
String |
getNoContentMessage() |
RecentUpdateQueryParameters |
getQueryParameters(RecentlyUpdatedMacroParams macroParams,
RecentlyUpdatedMacroRequestParams requestParams,
com.atlassian.renderer.RenderContext renderContext) |
Map<String,Object> |
getRenderContext(RecentlyUpdatedMacroRequestParams requestParams,
com.atlassian.renderer.RenderContext renderContext)
Gives each tab a chance to add things to the macro's rendering context
|
String |
getUrl()
Given the page URL where the macro is rendered, generates a URL to select this tab.
|
boolean |
shouldDisplay(com.atlassian.renderer.RenderContext renderContext) |
String getName()
String getDisplayName()
String getNoContentMessage()
boolean shouldDisplay(com.atlassian.renderer.RenderContext renderContext)
renderContext
- The macro rendering contextRecentUpdateQueryParameters getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
macroParams
- Settings passed in via macro parametersrequestParams
- Settings passed in via request parametersrenderContext
- The macro rendering contextMap<String,Object> getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
requestParams
- Settings passed in via request parametersrenderContext
- Settings passed in via macro parametersString getUrl()
Copyright © 2003–2018 Atlassian. All rights reserved.