Uses of Interface
com.atlassian.crowd.model.webhook.Webhook
Package
Description
-
Uses of Webhook in com.atlassian.crowd.dao.webhook
Modifier and TypeMethodDescriptionNoopWebhookDAOImpl.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) WebhookDAO.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) WebhookDAOHibernate.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) Modifier and TypeMethodDescriptionNoopWebhookDAOImpl.findAll()
WebhookDAO.findAll()
WebhookDAOHibernate.findAll()
Modifier and TypeMethodDescriptionvoid
void
void
-
Uses of Webhook in com.atlassian.crowd.manager.application
Modifier and TypeMethodDescriptionAbstractDelegatingApplicationService.findWebhookById
(Application application, long webhookId) ApplicationService.findWebhookById
(Application application, long webhookId) Retrieves a Webhook by its identifier.ApplicationServiceGeneric.findWebhookById
(Application application, long webhookId) AbstractDelegatingApplicationService.registerWebhook
(Application application, String endpointUrl, String token) ApplicationService.registerWebhook
(Application application, String endpointUrl, String token) Registers a Webhook associated to the application.ApplicationServiceGeneric.registerWebhook
(Application application, String endpointUrl, String token) -
Uses of Webhook in com.atlassian.crowd.manager.webhook
Modifier and TypeMethodDescriptionAdds a new Webhook, if it does not exist previously.WebhookRegistry.findById
(long webhookId) WebhookRegistryImpl.findById
(long webhookId) NoLongTermFailureStrategy.registerFailure
(Webhook webhook) WebhookHealthStrategy.registerFailure
(Webhook webhook) Register a failed ping delivery to a Webhook.NoLongTermFailureStrategy.registerSuccess
(Webhook webhook) WebhookHealthStrategy.registerSuccess
(Webhook webhook) Register a successful ping delivery to a Webhook.Updates an existing Webhook.Modifier and TypeMethodDescriptionAdds a new Webhook, if it does not exist previously.boolean
NoLongTermFailureStrategy.isInGoodStanding
(Webhook webhook) boolean
WebhookHealthStrategy.isInGoodStanding
(Webhook webhook) Decides whether the Webhook is in good standing.void
Synchronously ping a Webhook and throw IOException if the ping cannot be delivered.NoLongTermFailureStrategy.registerFailure
(Webhook webhook) WebhookHealthStrategy.registerFailure
(Webhook webhook) Register a failed ping delivery to a Webhook.NoLongTermFailureStrategy.registerSuccess
(Webhook webhook) WebhookHealthStrategy.registerSuccess
(Webhook webhook) Register a successful ping delivery to a Webhook.void
void
Updates an existing Webhook.ModifierConstructorDescriptionWebhookNotifierRunnable
(Webhook webhook, WebhookPinger webhookPinger, WebhookNotificationListener webhookNotificationListener) -
Uses of Webhook in com.atlassian.crowd.model.application
Modifier and TypeMethodDescriptionApplication.getWebhooks()
Returns the Webhooks associated to the application.ApplicationImpl.getWebhooks()
Deprecated.ImmutableApplication.getWebhooks()
Modifier and TypeMethodDescriptionvoid
ApplicationImpl.setWebhooks
(Set<Webhook> webhooks) Deprecated.This setter should only be called by hibernate and must replace the collection instance; compare withApplicationImpl.updateDetailsFromApplication(Application)
.ImmutableApplication.Builder.setWebhooks
(Set<Webhook> webhooks) -
Uses of Webhook in com.atlassian.crowd.model.webhook
Modifier and TypeClassDescriptionclass
class
Deprecated.class
A prototype to create WebhooksModifier and TypeMethodDescriptionstatic ImmutableWebhook.Builder
void
WebhookImpl.updateDetailsFrom
(Webhook other) Deprecated.ModifierConstructorDescriptionWebhookImpl
(Webhook other) Deprecated.WebhookTemplate
(Webhook webhook) -
Uses of Webhook in com.atlassian.crowd.plugin.rest.entity
-
Uses of Webhook in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionWebhooksController.findWebhookById
(long webhookId) WebhooksController.registerWebhook
(String endpointUrl, String token)
ImmutableWebhook
instead, since 3.6.0.