com.atlassian.jira.mail
Class JiraMailQueueUtils

java.lang.Object
  extended by com.atlassian.jira.mail.JiraMailQueueUtils

public class JiraMailQueueUtils
extends Object


Constructor Summary
JiraMailQueueUtils()
           
 
Method Summary
static Map<String,Object> getContextParamsBody(Map<String,Object> params)
          Add context params needed by the body of JIRA messages
static MemoizingMap.Master<String,Object> getContextParamsMaster()
          Get the context params needed by the body of JIRA messages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraMailQueueUtils

public JiraMailQueueUtils()
Method Detail

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-2013 Atlassian. All Rights Reserved.