com.atlassian.bamboo.plugin
Interface PluggableTopNavigation

All Known Implementing Classes:
DefaultTopNavigation

public interface PluggableTopNavigation

A plugin to render to the top navigation bar in Bamboo

Since:
v2.3

Method Summary
 java.lang.String getHtml(javax.servlet.http.HttpServletRequest request)
          Get the HTML to present on screen
 void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
          Perform initialisation
 

Method Detail

init

void init(@NotNull
          com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Perform initialisation

Parameters:
moduleDescriptor - The module descriptor for this plugin

getHtml

@NotNull
java.lang.String getHtml(@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


Copyright © 2011 Atlassian. All Rights Reserved.