Interface ITVelocityManager
-
public interface ITVelocityManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITVelocityManager.ContextType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getContextTypeMap(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, Integer profileId, ITVelocityManager.ContextType contextType)
String
getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content)
String
getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId)
String
getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType)
String
getEncodedBodyForContentWithInjectedProfileEntity(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType)
Map<String,Object>
getGenericContextProperties()
Map<String,Object>
getGenericScriptContextProperties()
-
-
-
Method Detail
-
getEncodedBodyForContentWithInjectedProfileEntity
String getEncodedBodyForContentWithInjectedProfileEntity(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType) throws Exception
- Throws:
Exception
-
getEncodedBodyForContent
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType) throws Exception
- Throws:
Exception
-
getEncodedBodyForContent
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content) throws Exception
- Throws:
Exception
-
getEncodedBodyForContent
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId) throws Exception
- Throws:
Exception
-
getContextTypeMap
Map<String,Object> getContextTypeMap(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, Integer profileId, ITVelocityManager.ContextType contextType) throws Exception
- Throws:
Exception
-
-