Class DefaultTopNavigation

java.lang.Object
com.atlassian.bamboo.plugin.web.DefaultTopNavigation
All Implemented Interfaces:
InitablePluginModule, PluggableTopNavigation, BambooPluginModule

public class DefaultTopNavigation extends Object implements PluggableTopNavigation
  • Constructor Details

    • DefaultTopNavigation

      public DefaultTopNavigation(TemplateRenderer templateRenderer)
  • Method Details

    • init

      public void init(@NotNull @NotNull com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
      Perform initialisation
      Specified by:
      init in interface InitablePluginModule
      Parameters:
      moduleDescriptor - The module descriptor for this plugin
    • getHtml

      @NotNull public @NotNull String getHtml(@NotNull @NotNull javax.servlet.http.HttpServletRequest request)
      Get the HTML to present on screen
      Specified by:
      getHtml in interface PluggableTopNavigation
      Parameters:
      request - the request that is asking for the HTML.
      Returns:
      the HTML to be rendered.
      Since:
      v2.3