public abstract class PullRequestReviewEvent extends PullRequestEvent
source
Modifier | Constructor and Description |
---|---|
protected |
PullRequestReviewEvent(Object source,
PullRequest pullRequest,
PullRequestAction action) |
getAction, getPullRequest
getDate, getUser
getSource, toString
protected 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 © 2022 Atlassian. All rights reserved.