public abstract class PullRequestReviewEvent extends PullRequestEvent
source| Modifier | Constructor and Description |
|---|---|
protected |
PullRequestReviewEvent(Object source,
PullRequest pullRequest,
PullRequestAction action) |
getAction, getPullRequestgetDate, getUsergetSource, toStringprotected PullRequestReviewEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestAction action)
source - the component raising the eventpullRequest - the affected pull requestaction - the action performed on the pull requestCopyright © 2023 Atlassian. All rights reserved.