Modifier and Type | Method and Description |
---|---|
CommentJsonBean |
CommentBeanFactory.createBean(Comment comment)
|
CommentJsonBean |
DefaultCommentBeanFactory.createBean(Comment comment)
Deprecated.
|
CommentJsonBean |
CommentBeanFactory.createBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter)
Generate a bean suitable for serialisation by Jackon into JSON.
|
CommentJsonBean |
DefaultCommentBeanFactory.createBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
CommentJsonBean |
CommentBeanFactory.createRenderedBean(Comment comment)
|
CommentJsonBean |
DefaultCommentBeanFactory.createRenderedBean(Comment comment)
Deprecated.
|
CommentJsonBean |
CommentBeanFactory.createRenderedBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter)
Generate a bean suitable for serialisation by Jackon into JSON.
|
CommentJsonBean |
DefaultCommentBeanFactory.createRenderedBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
Modifier and Type | Field and Description |
---|---|
static CommentJsonBean |
CommentJsonBean.DOC_EXAMPLE |
static CommentJsonBean |
CommentJsonBean.DOC_UPDATE_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
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) |
CommentJsonBean |
LinkIssueRequestJsonBean.getComment() |
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 CommentJsonBean |
CommentJsonBean.shortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager)
|
static CommentJsonBean |
CommentJsonBean.shortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
Modifier and Type | Method and Description |
---|---|
void |
CommentsWithPaginationJsonBean.setComments(Collection<CommentJsonBean> comments) |
Constructor and Description |
---|
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey,
IssueRefJsonBean toIssueKey,
IssueLinkTypeJsonBean type,
CommentJsonBean comment) |
Modifier and Type | Method and Description |
---|---|
protected CommentJsonBean |
StreamingCommentsJsonBeanSerializer.getRenderedCommentJsonBean(StreamingCommentsJsonBean serializableCommentsBean,
Comment comment,
ApplicationUser loggedInUser) |
protected CommentJsonBean |
StreamingCommentsJsonBeanSerializer.getShortCommentJsonBean(Comment comment,
ApplicationUser loggedInUser) |
Modifier and Type | Method and Description |
---|---|
CommentJsonBean |
CommentBeanFactory.createBean(Comment comment) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IssueResource.addComment(String issueIdOrKey,
String expand,
CommentJsonBean request)
Adds a new comment to an issue.
|
javax.ws.rs.core.Response |
CommentResource.addComment(String issueIdOrKey,
String expand,
CommentJsonBean request)
Adds a new comment to an issue.
|
javax.ws.rs.core.Response |
IssueResource.updateComment(String issueIdOrKey,
String commentId,
String expand,
CommentJsonBean request)
Updates an existing comment using its JSON representation.
|
javax.ws.rs.core.Response |
CommentResource.updateComment(String issueIdOrKey,
String commentId,
String expand,
CommentJsonBean request)
Updates an existing comment using its JSON representation.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.