Class AutoMergeNotRequestedException

All Implemented Interfaces:
Serializable

public class AutoMergeNotRequestedException extends ServiceException
An exception thrown when an attempt is made to auto-merge a pull request that does not have an auto-merge request.
Since:
8.15
See Also:
  • Constructor Details

    • AutoMergeNotRequestedException

      public AutoMergeNotRequestedException(@Nonnull KeyedMessage message, @Nonnull PullRequest pullRequest)
  • Method Details

    • getPullRequest

      @Nonnull public PullRequest getPullRequest()