public class InvalidPullRequestParticipantsException extends InvalidPullRequestParticipantException
| Constructor and Description |
|---|
InvalidPullRequestParticipantsException(KeyedMessage message,
PullRequestRole role,
Map<String,KeyedMessage> errorsByParticipantName,
Set<ApplicationUser> validParticipants) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyedMessage> |
getErrorsByParticipantName() |
Set<ApplicationUser> |
getValidParticipants() |
getRolegetKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPullRequestParticipantsException(@Nonnull KeyedMessage message, @Nullable PullRequestRole role, @Nonnull Map<String,KeyedMessage> errorsByParticipantName, @Nonnull Set<ApplicationUser> validParticipants)
@Nonnull public Map<String,KeyedMessage> getErrorsByParticipantName()
@Nonnull public Set<ApplicationUser> getValidParticipants()
Copyright © 2019 Atlassian. All rights reserved.