com.atlassian.jira.mail
Class JiraMailQueueUtils
java.lang.Object
com.atlassian.jira.mail.JiraMailQueueUtils
public class JiraMailQueueUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraMailQueueUtils
public JiraMailQueueUtils()
getContextParamsBody
public static Map<String,Object> getContextParamsBody(Map<String,Object> params)
- Add context params needed by the body of JIRA messages
- Parameters:
params
- initial context parameters
- Returns:
- a map of context parameters
getContextParamsMaster
public static MemoizingMap.Master<String,Object> getContextParamsMaster()
- Get the context params needed by the body of JIRA messages
- Returns:
- a MemoizingMap.Master of context parameters
Copyright © 2002-2011 Atlassian. All Rights Reserved.