com.atlassian.greenhopper.plugin.link
Interface LinkProvider

All Known Implementing Classes:
BacklogBoxLinkProvider, GenericBoxLinkProvider, GenericIssueLinkProvider

public interface LinkProvider

Interface to be implemented by plugins that want to add links to the GreenHopper action context menus.

Author:
miruflin

Method Summary
 java.util.List<Link> getLinks(LinkContext linkContext)
          Get the list of links to be displayed for the given context.
 

Method Detail

getLinks

java.util.List<Link> getLinks(LinkContext linkContext)
Get the list of links to be displayed for the given context.

Parameters:
linkContext - context information such as the current board and issue
Returns:
a list of links to be displayed. null or an empty list if no links should be displayed.


Copyright © 2007-2011 Atlassian. All Rights Reserved.