Class WebhookImpl

java.lang.Object
com.atlassian.crowd.model.webhook.WebhookImpl
All Implemented Interfaces:
Webhook, Serializable

@Deprecated public class WebhookImpl extends Object implements Webhook, Serializable
Deprecated.
Use ImmutableWebhook instead, since 3.6.0.
An implementation of Webhook designed to be used with Hibernate.
Since:
v2.7
See Also:
  • Constructor Details

    • WebhookImpl

      protected WebhookImpl()
      Deprecated.
    • WebhookImpl

      public WebhookImpl(Webhook other)
      Deprecated.
  • Method Details