Uses of Class
com.atlassian.greenhopper.plugin.link.Link

Packages that use Link
com.atlassian.greenhopper.plugin.link   
com.atlassian.greenhopper.web.issue   
com.atlassian.greenhopper.web.link   
com.atlassian.greenhopper.web.page   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.issueviews   
 

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

Methods in com.atlassian.greenhopper.plugin.link that return types with arguments of type Link
 java.util.List<Link> DefaultLinkProviderManager.getLinks(Board board)
          Get all links for a given Board.
 java.util.List<Link> LinkProviderManager.getLinks(Board board)
          Get the links for a given board.
 java.util.List<Link> DefaultLinkProviderManager.getLinks(Board board, com.atlassian.jira.issue.Issue issue)
          Get all links for a given Board and Issue.
 java.util.List<Link> LinkProviderManager.getLinks(Board board, com.atlassian.jira.issue.Issue issue)
          Get the links for a given board and issue.
 java.util.List<Link> DefaultLinkProviderManager.getLinks(LinkContext context)
          Get all links for a given LinkContext.
 java.util.List<Link> LinkProviderManager.getLinks(LinkContext actionContext)
          Get the links for a link context.
 java.util.List<Link> LinkProvider.getLinks(LinkContext linkContext)
          Get the list of links to be displayed for the given context.
 

Uses of Link in com.atlassian.greenhopper.web.issue
 

Methods in com.atlassian.greenhopper.web.issue that return types with arguments of type Link
 java.util.List<Link> XBoardIssue.getPluginLinks()
           
 java.util.List<Link> ReadOnlyXBoardIssue.getPluginLinks()
           
 

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

Methods in com.atlassian.greenhopper.web.link that return types with arguments of type Link
 java.util.List<Link> BacklogBoxLinkProvider.getLinks(LinkContext linkContext)
           
 java.util.List<Link> GenericIssueLinkProvider.getLinks(LinkContext linkContext)
           
 java.util.List<Link> GenericBoxLinkProvider.getLinks(LinkContext linkContext)
           
 

Uses of Link in com.atlassian.greenhopper.web.page
 

Methods in com.atlassian.greenhopper.web.page that return types with arguments of type Link
 java.util.List<Link> ColumnBoxModel.getLinks()
           
 

Method parameters in com.atlassian.greenhopper.web.page with type arguments of type Link
 void ColumnBoxModel.setLinks(java.util.List<Link> links)
           
 

Uses of Link in com.pyxis.greenhopper.jira.boards
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type Link
 java.util.List<Link> AbstractBoard.getPluginLinks()
           
 

Uses of Link in com.pyxis.greenhopper.jira.boards.issueviews
 

Methods in com.pyxis.greenhopper.jira.boards.issueviews that return types with arguments of type Link
 java.util.List<Link> NewBoardIssue.getPluginLinks()
           
 java.util.List<Link> DefaultBoardIssue.getPluginLinks()
           
 java.util.List<Link> BoardIssue.getPluginLinks()
           
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.