Class AutoMergeSettingNotEnabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.ForbiddenException
com.atlassian.bitbucket.pull.automerge.AutoMergeSettingNotEnabledException
- All Implemented Interfaces:
Serializable
An exception thrown when auto-merge is attempted or requested on a pull request, but the pull request's target
repository does not have auto-merge enabled.
- Since:
- 8.15
- See Also:
-
Constructor Summary
ConstructorDescriptionAutoMergeSettingNotEnabledException
(KeyedMessage message, PullRequest pullRequest) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AutoMergeSettingNotEnabledException
public AutoMergeSettingNotEnabledException(@Nonnull KeyedMessage message, @Nonnull PullRequest pullRequest)
-
-
Method Details
-
getPullRequest
-