Interface | Description |
---|---|
Comment |
A comment on a pull request or commit.
|
Commentable |
Entity that users can comment on.
|
CommentableVisitor<T> |
Visitor for
Commentable entities. |
CommentOperations |
The permitted operations allowed on a comment by the current user.
|
CommentService | |
CommentThread |
Represents a conversation started on a
commentable . |
CommentThreadDiffAnchor |
The location in a diff a
comment thread is anchored to. |
Class | Description |
---|---|
AbstractCommentableVisitor<T> | |
AddCommentReplyRequest | |
AddCommentReplyRequest.Builder | |
AddCommentRequest |
A request for creating comments on a
Commentable . |
AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>,R extends AddCommentRequest> | |
AddCommentRequest.Builder | |
AddFileCommentRequest |
Request to create or update a
file comment . |
AddFileCommentRequest.AbstractFileBuilder<B extends AddFileCommentRequest.AbstractFileBuilder<B,R>,R extends AddFileCommentRequest> | |
AddFileCommentRequest.Builder | |
AddLineCommentRequest |
Request to create or update a
line comment . |
AddLineCommentRequest.Builder | |
CommentChain<C extends Comment> |
Performs a depth-first iteration given a starting set of
comments . |
CommentSearchRequest | |
CommentSearchRequest.Builder | |
CommentUpdateRequest |
A request for making changes to a
comment |
CommentUpdateRequest.Builder |
Enum | Description |
---|---|
CommentAction |
Enumerates the different actions which may be taken on a comment.
|
CommentSeverity |
Enumerates available
comment severities. |
CommentState |
Enumerates the possible
states a comment can be in. |
CommentThreadDiffAnchorState |
An enumeration of anchor states for comment thread search
|
CommentThreadDiffAnchorType |
Enumerates the different types of diffs a
thread can be anchored to. |
Exception | Description |
---|---|
CommentDeletionException | |
CommentOutOfDateException |
Indicates the operation could not performed because the
comment version
has changed since the comment was retrieved. |
NoSuchCommentException |
Indicates the requested comment does not exist.
|
Copyright © 2021 Atlassian. All rights reserved.