java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||
↳ | com.atlassian.bitbucket.event.pull.PullRequestEvent | |||
↳ | com.atlassian.bitbucket.event.pull.PullRequestRolesUpdatedEvent |
An event raised when one or more users have had their explicit
role in a pull request changed.
Currently the only explicit role that can be changed is the REVIEWER
role.
getAddedReviewers()
and getRemovedReviewers()
allow tracking who has been
assigned to
and
unassigned from
this role, respectively.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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
|