Uses of Interface
org.exoplatform.gamification.github.services.GithubConsumerService
Packages that use GithubConsumerService
Package
Description
-
Uses of GithubConsumerService in org.exoplatform.gamification.github.rest
Constructors in org.exoplatform.gamification.github.rest with parameters of type GithubConsumerServiceModifierConstructorDescriptionHooksManagementRest(WebhookService webhookService, GithubConsumerService githubConsumerService) -
Uses of GithubConsumerService in org.exoplatform.gamification.github.rest.builder
Methods in org.exoplatform.gamification.github.rest.builder with parameters of type GithubConsumerServiceModifier and TypeMethodDescriptionstatic List<WebHookRestEntity>WebHookBuilder.toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, Collection<WebHook> webHooks) static WebHookRestEntityWebHookBuilder.toRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook) -
Uses of GithubConsumerService in org.exoplatform.gamification.github.services.impl
Classes in org.exoplatform.gamification.github.services.impl that implement GithubConsumerServiceConstructors in org.exoplatform.gamification.github.services.impl with parameters of type GithubConsumerServiceModifierConstructorDescriptionWebhookServiceImpl(org.exoplatform.commons.api.settings.SettingService settingService, GithubTriggerService githubTriggerService, WebHookStorage webHookStorage, GithubConsumerService githubServiceConsumer, io.meeds.gamification.service.EventService eventService)