| Package | Description |
|---|---|
| com.atlassian.bitbucket.comment | |
| com.atlassian.bitbucket.event.commit | |
| com.atlassian.bitbucket.event.pull |
| Modifier and Type | Method and Description |
|---|---|
static CommentState |
CommentState.fromId(int id) |
CommentState |
Comment.getState() |
CommentState |
CommentUpdateRequest.getState() |
static CommentState |
CommentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentState[] |
CommentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CommentState,Long> |
CommentService.countCommentsByState(CommentSearchRequest request)
|
Set<CommentState> |
CommentSearchRequest.getStates() |
| Modifier and Type | Method and Description |
|---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.state(CommentState value) |
CommentUpdateRequest.Builder |
CommentUpdateRequest.Builder.state(CommentState value) |
| Modifier and Type | Method and Description |
|---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.states(Iterable<CommentState> values) |
| Modifier and Type | Method and Description |
|---|---|
CommentState |
CommitDiscussionCommentEditedEvent.getPreviousState() |
| Constructor and Description |
|---|
CommitDiscussionCommentEditedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
String previousText,
CommentSeverity previousSeverity,
CommentState previousState) |
| Modifier and Type | Method and Description |
|---|---|
CommentState |
PullRequestCommentEditedEvent.getPreviousState() |
| Constructor and Description |
|---|
PullRequestCommentEditedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
String previousText,
CommentSeverity previousSeverity,
CommentState previousState) |
Copyright © 2019 Atlassian. All rights reserved.