Package com.atlassian.jira.mail
Class JiraMailQueueUtils
java.lang.Object
com.atlassian.jira.mail.JiraMailQueueUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextParamsBody
(Map<String, Object> params) Add context params needed by the body of JIRA messagesstatic MemoizingMap.Master<String,
Object> Get the context params needed by the body of JIRA messages
-
Constructor Details
-
JiraMailQueueUtils
public JiraMailQueueUtils()
-
-
Method Details
-
getContextParamsBody
Add context params needed by the body of JIRA messages- Parameters:
params
- initial context parameters- Returns:
- a map of context parameters
-
getContextParamsMaster
Get the context params needed by the body of JIRA messages- Returns:
- a MemoizingMap.Master of context parameters
-