package

com.atlassian.stash.event.pull

Classes

PullRequestApprovalEvent Base class for events raised when a participant approves a pull request, or withdraws their approval. 
PullRequestApprovedEvent Event raised when a participant approves 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. 
PullRequestDeclinedEvent Event that is raised when a pull request is declined. 
PullRequestEvent Base type for all pull request related events. 
PullRequestMergedEvent Event that is raised when a pull request is merged. 
PullRequestOpenedEvent Event that is raised when a pull request is opened. 
PullRequestOpenRequestedEvent Raised just before a pull request is opened
PullRequestParticipantsUpdatedEvent An event raised when the total set of reviewers and role-less participants for a pull request changes. 
PullRequestReopenedEvent Event that is raised when a pull request is reopened. 
PullRequestRescopedEvent Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated. 
PullRequestRolesUpdatedEvent An event raised when one or more users have had their explicit role in a pull request changed. 
PullRequestUnapprovedEvent Event raised when a participant withdraws their approval for a pull request
PullRequestUpdatedEvent Event that is raised when the pull request title or description are updated.