com.atlassian.greenhopper.web.link
Class GenericIssueLinkProvider

java.lang.Object
  extended by com.atlassian.greenhopper.web.link.GenericIssueLinkProvider
All Implemented Interfaces:
LinkProvider

public class GenericIssueLinkProvider
extends java.lang.Object
implements LinkProvider


Constructor Summary
GenericIssueLinkProvider()
           
 
Method Summary
 java.util.List<Link> getLinks(LinkContext linkContext)
          Get the list of links to be displayed for the given context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericIssueLinkProvider

public GenericIssueLinkProvider()
Method Detail

getLinks

public java.util.List<Link> getLinks(LinkContext linkContext)
Description copied from interface: LinkProvider
Get the list of links to be displayed for the given context.

Specified by:
getLinks in interface LinkProvider
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-2012 Atlassian. All Rights Reserved.