com.atlassian.greenhopper.web.rapid.issue.issuelink
Class IssueLinkModelFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModelFactory

@Service
public class IssueLinkModelFactory
extends java.lang.Object

Constructs the representation of an issue's links IssueLinkModel. This implementation is loosely based on what LinkBlockContextProvider does, but instead of preparing information for a velocity context, we are directly building a JSON representation of the same information.


Constructor Summary
IssueLinkModelFactory()
           
 
Method Summary
 IssueLinkModel createModel(com.atlassian.jira.issue.Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueLinkModelFactory

public IssueLinkModelFactory()
Method Detail

createModel

public IssueLinkModel createModel(com.atlassian.jira.issue.Issue issue)


Copyright © 2007-2012 Atlassian. All Rights Reserved.