Known Direct Subclasses
|
Class Overview
Base class for events raised when a participant approves a pull
request, or withdraws their approval.
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.event.pull.PullRequestEvent
|
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)
|
|
Protected Constructors
Constructs a new PullRequestApprovalEvent. All parameters are required.
Parameters
| source
| the component raising the event |
| participant
| the participant who has modified their approval |
| pullRequest
| the pull request |
| action
| the action |
Throws
| IllegalArgumentException
| if the provided action is not
APPROVED or
UNAPPROVED |
| NullPointerException
| if the source, participant, pullRequest or
action provided is null
|
Public Methods
Retrieves the participant whose approval has been modified.