Uses of Enum Class
com.atlassian.bitbucket.comment.CommentSeverity
Packages that use CommentSeverity
Package
Description
-
Uses of CommentSeverity in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return CommentSeverityModifier 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.Methods in com.atlassian.bitbucket.comment that return types with arguments of type CommentSeverityMethods in com.atlassian.bitbucket.comment with parameters of type CommentSeverityModifier and TypeMethodDescriptionAddCommentReplyRequest.Builder.severity
(CommentSeverity value) AddCommentRequest.AbstractBuilder.severity
(CommentSeverity value) CommentSearchRequest.Builder.severity
(CommentSeverity value) CommentUpdateRequest.Builder.severity
(CommentSeverity value) Method parameters in com.atlassian.bitbucket.comment with type arguments of type CommentSeverityModifier and TypeMethodDescriptionCommentSearchRequest.Builder.severities
(Iterable<CommentSeverity> values) -
Uses of CommentSeverity in com.atlassian.bitbucket.event.commit
Methods in com.atlassian.bitbucket.event.commit that return CommentSeverityConstructors in com.atlassian.bitbucket.event.commit with parameters of type CommentSeverityModifierConstructorDescriptionCommitDiscussionCommentEditedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) -
Uses of CommentSeverity in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return CommentSeverityConstructors in com.atlassian.bitbucket.event.pull with parameters of type CommentSeverityModifierConstructorDescriptionPullRequestCommentEditedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState)