package

com.atlassian.bitbucket.event.pull

Classes

PullRequestActivityEvent Event that is raised when an activity is created for a pull request. 
PullRequestCancelableCommentEvent Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example). 
PullRequestCommentActivityEvent Event that is raised when a comment activity is created for a pull request. 
PullRequestCommentAddedEvent Event that is raised when a comment is added on a pull request. 
PullRequestCommentAddRequestedEvent Event that is raised before a comment is added to a pull request. 
PullRequestCommentDeletedEvent Event that is raised when a comment is deleted on a pull request. 
PullRequestCommentDeletionRequestedEvent Event that is raised before a comment in a pull request is deleted. 
PullRequestCommentEditedEvent Event that is raised when a comment is edited on a pull request. 
PullRequestCommentEvent Event that is raised when a comment is added, edited or deleted on a pull request. 
PullRequestCommentModificationRequestedEvent Event that is raised before a comment in a pull request is edited. 
PullRequestCommentRepliedEvent Event that is raised when a comment is replied to on a pull request. 
PullRequestCommentReplyRequestedEvent Event that is raised before a comment is replied to in a pull request. 
PullRequestDeclinedEvent Event that is raised when a pull request is declined. 
PullRequestDeletedEvent Event that is raised when a pull request is deleted. 
PullRequestDeletionRequestedEvent Raised just before a pull request is deleted
PullRequestEvent Base type for all pull request related events. 
PullRequestMergeActivityEvent Event that is raised when a merge activity is created for a pull request. 
PullRequestMergedEvent Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected. 
PullRequestOpenedEvent Event that is raised when a pull request is opened. 
PullRequestOpenRequestedEvent Raised just before a pull request is opened
PullRequestParticipantApprovedEvent Event raised when a participant updates its status on a pull request to APPROVED  
PullRequestParticipantReviewedEvent Event raised when a participant updates its status on a pull request to NEEDS_WORK 
PullRequestParticipantStatusUpdatedEvent Base class for events raised when a participant updates its status on a pull request
PullRequestParticipantsUpdatedEvent An event raised when the total set of reviewers and role-less participants for a pull request changes. 
PullRequestParticipantUnapprovedEvent Event raised when a participant updates its status on a pull request to UNAPPROVED  
PullRequestReopenedEvent Event that is raised when a pull request is reopened. 
PullRequestRescopeActivityEvent Event that is raised when a rescope activity is created for a pull request. 
PullRequestRescopedEvent Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated. 
PullRequestReviewersUpdatedActivityEvent Event that is raised when a reviewers updated activity is created for a pull request. 
PullRequestReviewersUpdatedEvent An event raised when the reviewers of a pull request are updated. 
PullRequestUpdatedEvent Event that is raised when the pull request title, description, or target branch are updated.