public class InvalidPullRequestReviewersException extends InvalidPullRequestParticipantsException
| Constructor and Description |
|---|
InvalidPullRequestReviewersException(KeyedMessage message) |
InvalidPullRequestReviewersException(KeyedMessage message,
Map<String,KeyedMessage> reviewerErrorsByName,
Set<ApplicationUser> validReviewers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyedMessage> |
getReviewerErrors() |
Set<ApplicationUser> |
getValidReviewers() |
getErrorsByParticipantName, getValidParticipantsgetRolegetKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPullRequestReviewersException(@Nonnull KeyedMessage message)
public InvalidPullRequestReviewersException(@Nonnull KeyedMessage message, @Nonnull Map<String,KeyedMessage> reviewerErrorsByName, @Nonnull Set<ApplicationUser> validReviewers)
@Nonnull public Map<String,KeyedMessage> getReviewerErrors()
@Nonnull public Set<ApplicationUser> getValidReviewers()
Copyright © 2019 Atlassian. All rights reserved.