Modifier and Type | Method and Description |
---|---|
String |
ReferenceJiraRenderer.render(String value,
IssueRenderContext context) |
String |
ReferenceJiraRenderer.renderAsText(String value,
IssueRenderContext context) |
Modifier and Type | Method and Description |
---|---|
IssueRenderContext |
IssueImpl.getIssueRenderContext() |
IssueRenderContext |
DocumentIssueImpl.getIssueRenderContext() |
IssueRenderContext |
Issue.getIssueRenderContext() |
Modifier and Type | Method and Description |
---|---|
String |
RendererManager.getRenderedContent(String rendererType,
String value,
IssueRenderContext renderContext)
A convienience method that is the equivilant of calling the getRendererForField method and
then invoking the render method on the returned renderer, using the value of the field
that is associated with the issue.
|
Modifier and Type | Method and Description |
---|---|
String |
JiraRendererPlugin.render(String value,
IssueRenderContext context)
This will render the provided value within the provided context and produce a
rendered output.
|
String |
JiraRendererPlugin.renderAsText(String value,
IssueRenderContext context)
This will render the provided value within the provided context and produce a
rendered output that is text readable.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultTextRenderer.render(String value,
IssueRenderContext context) |
String |
DefaultTextRenderer.renderAsText(String value,
IssueRenderContext context) |
Modifier and Type | Method and Description |
---|---|
String |
AtlassianWikiRenderer.render(String value,
IssueRenderContext context) |
String |
AtlassianWikiRenderer.renderAsText(String value,
IssueRenderContext context) |
Modifier and Type | Method and Description |
---|---|
static List<WorklogJsonBean> |
WorklogJsonBean.asRenderedBeans(List<Worklog> worklogs,
JiraBaseUrls uriInfo,
String rendererType,
IssueRenderContext renderContext)
Deprecated.
|
static List<WorklogJsonBean> |
WorklogJsonBean.asRenderedBeans(List<Worklog> worklogs,
JiraBaseUrls uriInfo,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static CommentJsonBean |
CommentJsonBean.expandedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static CommentJsonBean |
CommentJsonBean.expandedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
CommentJsonBean.expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static Collection<CommentJsonBean> |
CommentJsonBean.expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static WorklogJsonBean |
WorklogJsonBean.getRenderedWorklog(Worklog log,
JiraBaseUrls baseUrls,
String rendererType,
IssueRenderContext renderContext)
Deprecated.
|
static WorklogJsonBean |
WorklogJsonBean.getRenderedWorklog(Worklog log,
JiraBaseUrls baseUrls,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static CommentJsonBean |
CommentJsonBean.renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static CommentJsonBean |
CommentJsonBean.renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
CommentJsonBean.renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static Collection<CommentJsonBean> |
CommentJsonBean.renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultRendererManager.getRenderedContent(String rendererType,
String value,
IssueRenderContext renderContext) |
Modifier and Type | Method and Description |
---|---|
IssueRenderContext |
TemplateIssue.getIssueRenderContext() |
Constructor and Description |
---|
MentionMailQueueItem(ApplicationUser from,
NotificationRecipient recipient,
Map<String,Object> context,
IssueRenderContext issueRenderContext,
RendererManager rendererManager,
com.atlassian.mail.queue.MailQueue mailQueue) |
Modifier and Type | Method and Description |
---|---|
String |
MockRendererManager.getRenderedContent(String rendererType,
String value,
IssueRenderContext renderContext) |
Modifier and Type | Method and Description |
---|---|
IssueRenderContext |
MockIssue.getIssueRenderContext() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.