Class WebhookNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.jenkins.internal.client.exception.WebhookNotSupportedException
All Implemented Interfaces:
Serializable

public class WebhookNotSupportedException extends RuntimeException
Throws when the remote bitbucket server does not return webhook as one of its capabilities. We expect the minimum version of Bitbucket that this plugin support have webhook capability.
See Also:
  • Constructor Details

    • WebhookNotSupportedException

      public WebhookNotSupportedException(String message)