com.atlassian.greenhopper.web.link
Class LinkContextFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.link.LinkContextFactory

@Service(value="gh-linkContextFactory")
public class LinkContextFactory
extends java.lang.Object


Field Summary
static java.lang.String SERVICE
           
 
Constructor Summary
LinkContextFactory()
           
 
Method Summary
 LinkContext getLinkContext(BaseData baseData, BoardData boardData)
          Creates a link context for the backlog board only puts in the information that is relevant for the board.
 LinkContext getLinkContext(BaseData baseData, BoardData boardData, com.atlassian.jira.issue.Issue issue)
          Creates a link context for the backlog board only puts in the information that is relevant for the board.
 LinkContext getLinkContext(XProject xproject, com.opensymphony.user.User user, java.lang.String boardId, java.lang.String boardType, com.atlassian.jira.issue.Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values
Constructor Detail

LinkContextFactory

public LinkContextFactory()
Method Detail

getLinkContext

public LinkContext getLinkContext(BaseData baseData,
                                  BoardData boardData)
Creates a link context for the backlog board only puts in the information that is relevant for the board.

Parameters:
baseData -
boardData - that is specific for the backlog board

getLinkContext

public LinkContext getLinkContext(BaseData baseData,
                                  BoardData boardData,
                                  com.atlassian.jira.issue.Issue issue)
Creates a link context for the backlog board only puts in the information that is relevant for the board.

Parameters:
baseData -
boardData - that is specific for the backlog board

getLinkContext

public LinkContext getLinkContext(XProject xproject,
                                  com.opensymphony.user.User user,
                                  java.lang.String boardId,
                                  java.lang.String boardType,
                                  com.atlassian.jira.issue.Issue issue)


Copyright © 2007-2011 Atlassian. All Rights Reserved.