Uses of Enum Class
com.atlassian.bitbucket.comment.CommentSeverity
Package
Description
-
Uses of CommentSeverity in com.atlassian.bitbucket.comment
Modifier and TypeMethodDescriptionstatic CommentSeverity
CommentSeverity.fromId
(int id) AddCommentReplyRequest.getSeverity()
AddCommentRequest.getSeverity()
Comment.getSeverity()
CommentUpdateRequest.getSeverity()
static CommentSeverity
Returns the enum constant of this class with the specified name.static CommentSeverity[]
CommentSeverity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAddCommentReplyRequest.Builder.severity
(CommentSeverity value) AddCommentRequest.AbstractBuilder.severity
(CommentSeverity value) CommentSearchRequest.Builder.severity
(CommentSeverity value) CommentUpdateRequest.Builder.severity
(CommentSeverity value) Modifier and TypeMethodDescriptionCommentSearchRequest.Builder.severities
(Iterable<CommentSeverity> values) -
Uses of CommentSeverity in com.atlassian.bitbucket.event.commit
ModifierConstructorDescriptionCommitDiscussionCommentEditedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) -
Uses of CommentSeverity in com.atlassian.bitbucket.event.pull
ModifierConstructorDescriptionPullRequestCommentEditedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState)