Package | Description |
---|---|
com.atlassian.bitbucket.comment | |
com.atlassian.bitbucket.event.commit | |
com.atlassian.bitbucket.event.pull |
Modifier and Type | Method and Description |
---|---|
static CommentSeverity |
CommentSeverity.fromId(int id) |
CommentSeverity |
Comment.getSeverity() |
CommentSeverity |
CommentUpdateRequest.getSeverity() |
CommentSeverity |
AddCommentReplyRequest.getSeverity() |
CommentSeverity |
AddCommentRequest.getSeverity() |
static CommentSeverity |
CommentSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentSeverity[] |
CommentSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<CommentSeverity> |
CommentSearchRequest.getSeverities() |
Modifier and Type | Method and Description |
---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.severity(CommentSeverity value) |
CommentUpdateRequest.Builder |
CommentUpdateRequest.Builder.severity(CommentSeverity value) |
AddCommentReplyRequest.Builder |
AddCommentReplyRequest.Builder.severity(CommentSeverity value) |
B |
AddCommentRequest.AbstractBuilder.severity(CommentSeverity value) |
Modifier and Type | Method and Description |
---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.severities(Iterable<CommentSeverity> values) |
Modifier and Type | Method and Description |
---|---|
CommentSeverity |
CommitDiscussionCommentEditedEvent.getPreviousSeverity() |
Constructor and Description |
---|
CommitDiscussionCommentEditedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
String previousText,
CommentSeverity previousSeverity,
CommentState previousState) |
Modifier and Type | Method and Description |
---|---|
CommentSeverity |
PullRequestCommentEditedEvent.getPreviousSeverity() |
Constructor and Description |
---|
PullRequestCommentEditedEvent(Object source,
PullRequest pullRequest,
Comment comment,
Comment parent,
String previousText,
CommentSeverity previousSeverity,
CommentState previousState) |
Copyright © 2024 Atlassian. All rights reserved.