Package | Description |
---|---|
com.atlassian.bitbucket.comment | |
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.event.commit | |
com.atlassian.bitbucket.event.pull | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
static CommentAction |
CommentAction.fromId(int id) |
static CommentAction |
CommentAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentAction[] |
CommentAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommentAction |
CommitDiscussionCommentActivity.getCommentAction() |
Modifier and Type | Method and Description |
---|---|
CommentAction |
CommitDiscussionCommentEvent.getCommentAction() |
Constructor and Description |
---|
CommitDiscussionCancelableCommentEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CommentAction commentAction,
CancelState cancelState) |
CommitDiscussionCommentEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CommentAction commentAction) |
Modifier and Type | Method and Description |
---|---|
CommentAction |
PullRequestCommentEvent.getCommentAction() |
CommentAction |
PullRequestReviewCommentEvent.getCommentAction() |
CommentAction |
PullRequestCancelableCommentEvent.getCommentAction() |
Constructor and Description |
---|
PullRequestCancelableCommentEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
CommentAction commentAction,
CancelState cancelState) |
PullRequestCommentEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
CommentAction commentAction)
Constructs a new
PullRequestCommentEvent . |
PullRequestReviewCommentEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
CommentAction commentAction) |
Modifier and Type | Method and Description |
---|---|
CommentAction |
PullRequestCommentActivity.getCommentAction() |
Modifier and Type | Method and Description |
---|---|
Set<CommentAction> |
PullRequestActivitySearchRequest.getCommentActions()
Limits the comment activities to the ones performing the specified comment actions.
|
Modifier and Type | Method and Description |
---|---|
PullRequestActivitySearchRequest.Builder |
PullRequestActivitySearchRequest.Builder.commentActions(CommentAction value,
CommentAction... values) |
PullRequestActivitySearchRequest.Builder |
PullRequestActivitySearchRequest.Builder.commentActions(CommentAction value,
CommentAction... values) |
Modifier and Type | Method and Description |
---|---|
PullRequestActivitySearchRequest.Builder |
PullRequestActivitySearchRequest.Builder.commentActions(Iterable<CommentAction> values) |
Copyright © 2022 Atlassian. All rights reserved.