| Modifier and Type | Class and Description |
|---|---|
class |
CommentImpl |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Comment,Long> |
Comment.getEntityId
Function that returns Comment's entityId
|
static com.google.common.collect.Ordering<Comment> |
Comment.orderingByMostRecentFirst |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentServiceImpl.addComment(@NotNull String content,
@NotNull com.atlassian.user.User user,
BambooIdProvider entity) |
Comment |
CommentService.addComment(@NotNull String content,
@NotNull com.atlassian.user.User user,
BambooIdProvider entity) |
@NotNull Comment |
CommentManagerImpl.addComment(String content,
com.atlassian.user.User user,
long entityId) |
@NotNull Comment |
CommentManager.addComment(String content,
com.atlassian.user.User user,
long entityId) |
Comment |
CommentHibernateDao.findById(long id) |
@Nullable Comment |
CommentDao.findById(long id) |
@Nullable Comment |
CommentManagerImpl.getCommentById(long commentId) |
@Nullable Comment |
CommentServiceImpl.getCommentById(long commentId) |
@Nullable Comment |
CommentService.getCommentById(long commentId) |
@Nullable Comment |
CommentManager.getCommentById(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentManagerImpl.deleteComment(@NotNull Comment comment) |
void |
CommentServiceImpl.deleteComment(@NotNull Comment comment) |
void |
CommentService.deleteComment(@NotNull Comment comment) |
void |
CommentManager.deleteComment(Comment comment) |
void |
CommentServiceImpl.deleteComment(@NotNull Comment comment,
@NotNull ResultsSummary resultsSummary) |
void |
CommentService.deleteComment(@NotNull Comment comment,
@NotNull ResultsSummary resultsSummary)
Deprecated.
since 5.0 use deleteComment(comment)
|
void |
CommentManagerImpl.saveComment(Comment comment) |
void |
CommentManager.saveComment(Comment comment)
Saves or updates a comment to the database
|
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
EditDeploymentVersionCommentAction.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
EditDeploymentVersionCommentAction.getComment() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
ViewDeploymentVersion.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditDeploymentVersionCommentAction.setComment(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
BuildCommentDeletedEvent.getComment() |
Comment |
BuildCommentedEvent.getComment() |
| Constructor and Description |
|---|
BuildCommentDeletedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
BuildCommentedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull Comment |
CommentMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentRootMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<Comment> list,
@NotNull Comment object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
CommentMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull Comment object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
CommentMapper.importProperties(@NotNull Comment comment,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Constructor and Description |
|---|
RestComment(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResultsSummary.setComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<Comment>> |
ViewChainResult.getCommentsByEntityId() |
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
EditCommentAction.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
EditCommentAction.getComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditCommentAction.setComment(Comment comment) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.