Known Direct Subclasses
PullRequestApprovalEvent,
PullRequestCommentEvent,
PullRequestDeclinedEvent,
PullRequestMergedEvent,
PullRequestOpenRequestedEvent,
PullRequestOpenedEvent,
PullRequestParticipantsUpdatedEvent,
PullRequestReopenedEvent,
PullRequestRescopedEvent,
PullRequestRolesUpdatedEvent,
PullRequestUpdatedEvent
|
Known Indirect Subclasses
|
Class Overview
Base type for all pull request related events.
This event is internally audited with a LOW priority
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.event.StashEvent
|
From class
java.util.EventObject
Object
|
getSource()
|
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
@Deprecated
public
PullRequestEvent
(Object source, PullRequest pullRequest, PullRequestAction action)
This constructor is deprecated.
in 2.4. This constructor will become protected in 3.0.
Constructs a new PullRequestEvent
. All parameters are required.
Parameters
source
| the component raising the event |
pullRequest
| the affected pull request |
action
| the action performed on the pull request |
Public Methods