package

com.atlassian.bitbucket.event.pull

Classes

PullRequestActivityEvent Event that is raised when an activity is created for a pull request. 
PullRequestApprovalEvent This class is deprecated. in 4.2 for removal in 5.0. Listen for PullRequestParticipantStatusUpdatedEvent instead.  
PullRequestApprovedEvent This class is deprecated. in 4.2 for removal in 5.0. Listen for PullRequestParticipantApprovedEvent instead.  
PullRequestCommentActivityEvent Event that is raised when a comment activity is created for a pull request. 
PullRequestCommentAddedEvent This class is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog  
PullRequestCommentDeletedEvent This class is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog  
PullRequestCommentEditedEvent Event that is raised when a comment is edited on a pull request. 
PullRequestCommentEvent This class is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog  
PullRequestCommentRepliedEvent This class is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog  
PullRequestCommitCommentAddedEvent This class is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog  
PullRequestDeclinedEvent Event that is raised when a pull request is declined. 
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. 
PullRequestRolesUpdatedEvent This class is deprecated. in 4.4 for removal in 5.0. Use PullRequestReviewersUpdatedEvent instead.  
PullRequestUnapprovedEvent This class is deprecated. in 4.2 for removal in 5.0. Listen for PullRequestParticipantUnapprovedEvent instead.  
PullRequestUpdatedEvent Event that is raised when the pull request title, description, or target branch are updated.