public interface ITVelocityManager
Modifier and Type | Interface and Description |
---|---|
static class |
ITVelocityManager.ContextType |
Modifier and Type | Method and 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) |
String getEncodedBodyForContentWithInjectedProfileEntity(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType) throws Exception
Exception
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId, ITVelocityManager.ContextType contextType) throws Exception
Exception
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content) throws Exception
Exception
String getEncodedBodyForContent(com.atlassian.jira.user.ApplicationUser sender, com.atlassian.jira.issue.Issue issue, String content, Integer profileId) throws Exception
Exception
Copyright © 2008–2022 The Plugin People. All rights reserved.