All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static CommentJsonBean |
expandedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static 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> |
expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static Collection<CommentJsonBean> |
expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
UserJsonBean |
getAuthor() |
String |
getBody() |
Date |
getCreated() |
String |
getId() |
List<EntityPropertyBean> |
getProperties() |
String |
getRenderedBody() |
String |
getSelf() |
UserJsonBean |
getUpdateAuthor() |
Date |
getUpdated() |
VisibilityJsonBean |
getVisibility() |
boolean |
isBodySet() |
boolean |
isVisibilitySet() |
static CommentJsonBean |
renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static CommentJsonBean |
renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static Collection<CommentJsonBean> |
renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
void |
setAuthor(UserJsonBean author) |
void |
setBody(String body) |
void |
setCreated(Date created) |
void |
setId(String id) |
void |
setProperties(List<Map<String,Object>> properties) |
void |
setRenderedBody(String renderedBody) |
void |
setSelf(String self) |
void |
setUpdateAuthor(UserJsonBean updateAuthor) |
void |
setUpdated(Date updated) |
void |
setVisibility(VisibilityJsonBean visibility) |
static CommentJsonBean |
shortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager)
|
static CommentJsonBean |
shortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
shortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager)
|
static Collection<CommentJsonBean> |
shortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |