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