com.atlassian.greenhopper.issue.util
Class IssueOperationsBarUtilFactory

java.lang.Object
  extended by com.atlassian.greenhopper.issue.util.IssueOperationsBarUtilFactory

@Service
public class IssueOperationsBarUtilFactory
extends java.lang.Object

Used to construct IssueOperationsBarUtil. First needs to pick the correct IssueOperationsBarUtilAdapter depending on the JIRA version, which then constructs the object.

Since:
v6.2

Constructor Summary
IssueOperationsBarUtilFactory()
           
 
Method Summary
 com.atlassian.jira.issue.util.IssueOperationsBarUtil create(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.plugin.webfragment.model.JiraHelper jiraHelper)
          Construct the utility with the provided parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueOperationsBarUtilFactory

public IssueOperationsBarUtilFactory()
Method Detail

create

public com.atlassian.jira.issue.util.IssueOperationsBarUtil create(com.atlassian.crowd.embedded.api.User user,
                                                                   com.atlassian.jira.plugin.webfragment.model.JiraHelper jiraHelper)
Construct the utility with the provided parameters. Because it is stateful it cannot be injected by the container.

Parameters:
user - the user
jiraHelper - the JIRA Helper object
Returns:
the instance


Copyright © 2007-2014 Atlassian. All Rights Reserved.