Uses of Interface
org.exoplatform.gamification.github.services.WebhookService
Packages that use WebhookService
Package
Description
-
Uses of WebhookService in org.exoplatform.gamification.github.rest
Constructors in org.exoplatform.gamification.github.rest with parameters of type WebhookServiceModifierConstructorDescriptionHooksManagementRest(WebhookService webhookService, GithubConsumerService githubConsumerService) -
Uses of WebhookService in org.exoplatform.gamification.github.rest.builder
Methods in org.exoplatform.gamification.github.rest.builder with parameters of type WebhookServiceModifier and TypeMethodDescriptionstatic List<WebHookRestEntity>WebHookBuilder.toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, Collection<WebHook> webHooks) static WebHookRestEntityWebHookBuilder.toRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook) -
Uses of WebhookService in org.exoplatform.gamification.github.services.impl
Classes in org.exoplatform.gamification.github.services.impl that implement WebhookService