public abstract class

PullRequestApprovalEvent

extends PullRequestEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.pull.PullRequestEvent
         ↳ com.atlassian.stash.event.pull.PullRequestApprovalEvent
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestApprovalEvent(Object source, PullRequestParticipant participant, PullRequest pullRequest, PullRequestAction action)
Public Methods
PullRequestParticipant getParticipant()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.pull.PullRequestEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestApprovalEvent (Object source, PullRequestParticipant participant, PullRequest pullRequest, PullRequestAction action)

Public Methods

public PullRequestParticipant getParticipant ()