| java.lang.Object | ||||
| ↳ | java.util.EventObject | |||
| ↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||
| ↳ | com.atlassian.bitbucket.event.pull.PullRequestEvent | |||
| ↳ | com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent | |||
|  Known Direct Subclasses | 
|  Known Indirect Subclasses | 
Base class for events raised when a participant updates its
 status on a pull request.
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
java.util.EventObject | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs a new  PullRequestEvent. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.event.pull.PullRequestEvent | |||||||||||
|  From class
  com.atlassian.bitbucket.event.ApplicationEvent | |||||||||||
|  From class
  java.util.EventObject | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Constructs a new PullRequestEvent. All parameters are required.
| source | the component raising the event | 
|---|---|
| pullRequest | the affected pull request | 
| action | the action performed on the pull request | 
| participant | the participant whose status has been updatedStatus | 
| previousStatus | the participant status before the update |