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() |
getRole
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2022 Atlassian. All rights reserved.