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() |
Comment |
getRootComment() |
Date |
getUpdatedDate() |
boolean |
isAnchored() |
@Nonnull Optional<CommentThreadDiffAnchor> getAnchor()
@Nonnull Commentable getCommentable()
@Nonnull Date getCreatedDate()
long getId()
@Nonnull Date getUpdatedDate()
boolean isAnchored()
true if the anchor is present. false otherwiseCopyright © 2019 Atlassian. All rights reserved.