public interface CommentThread
commentable. The comment thread knows about the
commentable commentable, all the comments in the conversation (accessible through the
root comment) and (optionally) where the thread is anchored on a diff.| Modifier and Type | Method and Description |
|---|---|
Optional<CommentThreadDiffAnchor> |
getAnchor() |
Commentable |
getCommentable() |
Date |
getCreatedDate() |
long |
getId() |
Date |
getResolvedDate() |
ApplicationUser |
getResolver() |
Comment |
getRootComment() |
Date |
getUpdatedDate() |
boolean |
isAnchored() |
boolean |
isResolved() |
@Nonnull Optional<CommentThreadDiffAnchor> getAnchor()
@Nonnull Commentable getCommentable()
@Nonnull Date getCreatedDate()
long getId()
@Nullable Date getResolvedDate()
@Nullable ApplicationUser getResolver()
@Nonnull Date getUpdatedDate()
boolean isAnchored()
true if the anchor is present, otherwise falseboolean isResolved()
true if the thread is resolved, otherwise falseCopyright © 2023 Atlassian. All rights reserved.