public class EmptyPullRequestException extends IntegrityException
| Constructor and Description |
|---|
EmptyPullRequestException(KeyedMessage message,
PullRequestRef fromRef,
PullRequestRef toRef) |
| Modifier and Type | Method and Description |
|---|---|
PullRequestRef |
getFromRef() |
PullRequestRef |
getToRef() |
getKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyPullRequestException(@Nonnull KeyedMessage message, @Nonnull PullRequestRef fromRef, @Nonnull PullRequestRef toRef)
message - a message explaining why the pull request could not be createdfromRef - the requested "from" ref for the pull requesttoRef - the requested "to" ref for the pull request@Nonnull public PullRequestRef getFromRef()
@Nonnull public PullRequestRef getToRef()
Copyright © 2019 Atlassian. All rights reserved.