Uses of Enum Class
com.atlassian.bitbucket.comment.CommentState
Packages that use CommentState
Package
Description
-
Uses of CommentState in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return CommentStateModifier and TypeMethodDescriptionstatic CommentState
CommentState.fromId
(int id) Comment.getState()
CommentUpdateRequest.getState()
static CommentState
Returns the enum constant of this class with the specified name.static CommentState[]
CommentState.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 CommentStateModifier and TypeMethodDescriptionCommentService.countCommentsByState
(CommentSearchRequest request) CommentSearchRequest.getStates()
Methods in com.atlassian.bitbucket.comment with parameters of type CommentStateModifier and TypeMethodDescriptionCommentSearchRequest.Builder.state
(CommentState value) CommentUpdateRequest.Builder.state
(CommentState value) Method parameters in com.atlassian.bitbucket.comment with type arguments of type CommentStateModifier and TypeMethodDescriptionCommentSearchRequest.Builder.states
(Iterable<CommentState> values) -
Uses of CommentState in com.atlassian.bitbucket.event.commit
Methods in com.atlassian.bitbucket.event.commit that return CommentStateConstructors in com.atlassian.bitbucket.event.commit with parameters of type CommentStateModifierConstructorDescriptionCommitDiscussionCommentEditedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) -
Uses of CommentState in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return CommentStateConstructors in com.atlassian.bitbucket.event.pull with parameters of type CommentStateModifierConstructorDescriptionPullRequestCommentEditedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState)