com.atlassian.bitbucket.comment.Comment |
Class Overview
A comment on a pull request or commit.
Public Methods
This is a short-hand for comment.getThread().getAnchor()
Returns
- the anchor associated with this comment's
thread
Returns
- the author of the comment
@Nonnull
public
List<Comment>
getComments
()
Returns
- the direct replies to the comment, or an empty list of there are none
@Nonnull
public
Date
getCreatedDate
()
Returns
- the date when the comment was originally created
public
long
getId
()
Returns
- the comment's ID, which is globally unique
@Nonnull
public
Optional<CommentOperations>
getPermittedOperations
()
Returns
- the operations allowed by the current user. If not
present
then none are permitted
@Nonnull
public
List<Task>
getTasks
()
Returns
- the tasks attached to this comment, or an empty list if there are none
Returns
- the raw text of the comment (limited to 32k)
@Nonnull
public
CommentThread
getThread
()
Returns
- the thread this comment is a part of
@Nonnull
public
Date
getUpdatedDate
()
Returns
- the date of the last update
public
int
getVersion
()
Returns
- the current version of the comment