|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.mail.TemplateContext
public class TemplateContext
The TemplateContext provides the template with all required objects.
Constructor Summary | |
---|---|
TemplateContext(IssueEvent issueEvent,
TemplateIssueFactory templateIssueFactory,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
JiraDurationUtils jiraDurationUtils,
EventTypeManager eventTypeManager,
DiffViewRenderer diffViewRenderer,
com.atlassian.plugin.webresource.WebResourceManager resourceManager)
|
Method Summary | |
---|---|
Map<String,Object> |
getAttachmentParams()
Generate the attachment params for the template. |
Map<String,Object> |
getChangeLogParams()
Generate the changelog params for the template. |
Map<String,Object> |
getCommentParams()
Generate the comment params for the template. |
String |
getCommentTimeLogged(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
String |
getEventTypeName(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
Map<String,Object> |
getTemplateParams()
Create a map of all template params. |
String |
getTimeLogged(Worklog worklog,
I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
Map<String,Object> |
getUtilParams()
Provide the template with some utility references |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateContext(IssueEvent issueEvent, TemplateIssueFactory templateIssueFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, JiraDurationUtils jiraDurationUtils, EventTypeManager eventTypeManager, DiffViewRenderer diffViewRenderer, com.atlassian.plugin.webresource.WebResourceManager resourceManager)
Method Detail |
---|
public Map<String,Object> getTemplateParams()
public Map<String,Object> getUtilParams()
public Map<String,Object> getAttachmentParams()
public Map<String,Object> getCommentParams()
public String getCommentTimeLogged(I18nHelper i18n)
public String getTimeLogged(Worklog worklog, I18nHelper i18n)
public String getEventTypeName(I18nHelper i18n)
i18n
- i18n bean
public Map<String,Object> getChangeLogParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |