Uses of Interface
com.atlassian.greenhopper.plugin.link.LinkContext

Packages that use LinkContext
com.atlassian.greenhopper.plugin.link   
com.atlassian.greenhopper.web.link   
 

Uses of LinkContext in com.atlassian.greenhopper.plugin.link
 

Classes in com.atlassian.greenhopper.plugin.link that implement LinkContext
 class DefaultLinkContext
          Default implementation of a LinkContext
 

Methods in com.atlassian.greenhopper.plugin.link with parameters of type LinkContext
 java.util.List<Link> LinkProvider.getLinks(LinkContext linkContext)
          Get the list of links to be displayed for the given context.
 java.util.List<Link> LinkProviderManager.getLinks(LinkContext actionContext)
          Get the links for a link context.
 java.util.List<Link> DefaultLinkProviderManager.getLinks(LinkContext context)
          Get all links for a given LinkContext.
 

Uses of LinkContext in com.atlassian.greenhopper.web.link
 

Methods in com.atlassian.greenhopper.web.link with parameters of type LinkContext
 java.util.List<Link> GenericIssueLinkProvider.getLinks(LinkContext linkContext)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.