public interface PullRequestReviewersUpdatedActivity extends PullRequestActivity
PullRequestActivity
added when the reviewers of a pull request are updated.Modifier and Type | Method and Description |
---|---|
Set<ApplicationUser> |
getAddedReviewers() |
Set<ApplicationUser> |
getRemovedReviewers() |
accept, getAction, getPullRequest
getCreatedDate, getId, getUser
@Nonnull Set<ApplicationUser> getAddedReviewers()
@Nonnull Set<ApplicationUser> getRemovedReviewers()
Copyright © 2022 Atlassian. All rights reserved.