public class

JiraMailQueueUtils

extends Object
java.lang.Object
   ↳ com.atlassian.jira.mail.JiraMailQueueUtils

Summary

Public Constructors
JiraMailQueueUtils()
Public Methods
static Map<StringObject> getContextParamsBody(Map<StringObject> params)
Add context params needed by the body of JIRA messages
static Master<StringObject> getContextParamsMaster()
Get the context params needed by the body of JIRA messages
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraMailQueueUtils ()

Public Methods

public static Map<StringObject> getContextParamsBody (Map<StringObject> params)

Add context params needed by the body of JIRA messages

Parameters
params initial context parameters
Returns
  • a map of context parameters

public static Master<StringObject> getContextParamsMaster ()

Get the context params needed by the body of JIRA messages

Returns
  • a MemoizingMap.Master of context parameters