Uses of Enum Class
com.atlassian.bitbucket.comment.CommentAction
Packages that use CommentAction
Package
Description
- 
Uses of CommentAction in com.atlassian.bitbucket.commentMethods in com.atlassian.bitbucket.comment that return CommentActionModifier and TypeMethodDescriptionstatic CommentActionCommentAction.fromId(int id) static CommentActionReturns the enum constant of this class with the specified name.static CommentAction[]CommentAction.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of CommentAction in com.atlassian.bitbucket.commitMethods in com.atlassian.bitbucket.commit that return CommentAction
- 
Uses of CommentAction in com.atlassian.bitbucket.event.commitMethods in com.atlassian.bitbucket.event.commit that return CommentActionConstructors in com.atlassian.bitbucket.event.commit with parameters of type CommentActionModifierConstructorDescriptionprotectedCommitDiscussionCancelableCommentEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) protectedCommitDiscussionCommentEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction) 
- 
Uses of CommentAction in com.atlassian.bitbucket.event.pullMethods in com.atlassian.bitbucket.event.pull that return CommentActionModifier and TypeMethodDescriptionPullRequestCancelableCommentEvent.getCommentAction()PullRequestCommentEvent.getCommentAction()PullRequestReviewCommentEvent.getCommentAction()Constructors in com.atlassian.bitbucket.event.pull with parameters of type CommentActionModifierConstructorDescriptionprotectedPullRequestCancelableCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) protectedPullRequestCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) Constructs a newPullRequestCommentEvent.protectedPullRequestReviewCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) 
- 
Uses of CommentAction in com.atlassian.bitbucket.pullMethods in com.atlassian.bitbucket.pull that return CommentActionMethods in com.atlassian.bitbucket.pull that return types with arguments of type CommentActionModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.getCommentActions()Limits the comment activities to the ones performing the specified comment actions.Methods in com.atlassian.bitbucket.pull with parameters of type CommentActionModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.Builder.commentActions(CommentAction value, CommentAction... values) Method parameters in com.atlassian.bitbucket.pull with type arguments of type CommentActionModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.Builder.commentActions(Iterable<CommentAction> values)