| 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 |
PullRequestCancelableCommentEvent.getCommentAction() |
CommentAction |
PullRequestCommentEvent.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. |
| 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 © 2019 Atlassian. All rights reserved.