Class PullRequestDeletionDisabledException

All Implemented Interfaces:
Serializable

public class PullRequestDeletionDisabledException extends FeatureDisabledException
Thrown when a user, or a plugin, attempts to delete a pull request when the feature has been disabled.
Since:
5.1
See Also:
  • Constructor Details

    • PullRequestDeletionDisabledException

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

    • getPullRequest

      @Nonnull public PullRequest getPullRequest()