Package com.atlassian.bamboo.plugin
Interface PluggableFooter
-
- All Superinterfaces:
BambooPluginModule
,InitablePluginModule
- All Known Implementing Classes:
DefaultFooter
public interface PluggableFooter extends InitablePluginModule
A plugin to render the footer in Bamboo.- Since:
- v2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getHtml(@NotNull javax.servlet.http.HttpServletRequest request)
Get the HTML to present on screen-
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
-
-
-
-
Method Detail
-
getHtml
@NotNull @NotNull String getHtml(@NotNull @NotNull javax.servlet.http.HttpServletRequest request)
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
-
-