Package com.atlassian.bamboo.plugin
Interface PluggableTopNavigation
- All Superinterfaces:
BambooPluginModule
,InitablePluginModule
- All Known Implementing Classes:
DefaultTopNavigation
A plugin to render to the top navigation bar in Bamboo
- Since:
- v2.3
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
-
Method Details
-
getHtml
Get the HTML to present on screen- Parameters:
request
- the request that is asking for the HTML.- Returns:
- the HTML to be rendered.
- Since:
- v2.3
-