Uses of Interface
io.meeds.gamification.github.services.WebhookService
Packages that use WebhookService
Package
Description
-
Uses of WebhookService in io.meeds.gamification.github.rest
Constructors in io.meeds.gamification.github.rest with parameters of type WebhookServiceModifierConstructorDescriptionHooksManagementRest(WebhookService webhookService, GithubConsumerService githubConsumerService) -
Uses of WebhookService in io.meeds.gamification.github.rest.builder
Methods in io.meeds.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 io.meeds.gamification.github.services.impl
Classes in io.meeds.gamification.github.services.impl that implement WebhookService