public class MergeException extends ScmException
| Constructor and Description |
|---|
MergeException(KeyedMessage message,
String scmId,
Repository repository,
String from,
String to,
boolean conflicted) |
MergeException(KeyedMessage message,
Throwable cause,
String scmId,
Repository repository,
String from,
String to,
boolean conflicted) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom() |
Repository |
getRepository() |
String |
getTo() |
boolean |
isConflicted() |
getScmIdgetKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MergeException(@Nonnull KeyedMessage message, @Nonnull String scmId, @Nonnull Repository repository, @Nonnull String from, @Nonnull String to, boolean conflicted)
message - messagescmId - ID of the scmrepository - repositoryfrom - from hashto - to hashconflicted - true if conflictedpublic MergeException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull String scmId, @Nonnull Repository repository, @Nonnull String from, @Nonnull String to, boolean conflicted)
message - messagecause - cause or nullscmId - ID of the scmrepository - repositoryfrom - from hashto - to hashconflicted - true if conflictedCopyright © 2021 Atlassian. All rights reserved.