| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||
| ↳ | com.atlassian.bitbucket.event.pull.PullRequestEvent | ||
Base type for all pull request related events.
This event is internally audited with a LOW priority.
|
[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.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 |