| PullRequestActivityEvent | Event that is raised when an activity is created for a pull request. |
| 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. |
| PullRequestCommentDeletedEvent | Event that is raised when a comment is deleted on a pull request. |
| 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. |
| PullRequestCommentRepliedEvent | Event that is raised when a comment is replied to on a pull request. |
| PullRequestCommitCommentAddedEvent |
This class is deprecated.
in 5.4 for removal in 6.0. Listen for PullRequestCommentAddedEvent instead.
Commit and
range comments
can be identified via the thread's associated
anchor if present; otherwise, it's a general comment
|
| 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. |