Package com.atlassian.jira.mail
Interface TemplateContext
- All Known Implementing Classes:
DefaultTemplateContext
,IssueTemplateContext
public interface TemplateContext
The TemplateContext provides the template with all required objects.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a map of all template params.
-
Method Details
-
getTemplateParams
Create a map of all template params.- Returns:
- Map all template params
-