Uses of Class
org.exoplatform.gamification.github.model.WebHook
Packages that use WebHook
Package
Description
-
Uses of WebHook in org.exoplatform.gamification.github.model
Methods in org.exoplatform.gamification.github.model that return WebHook -
Uses of WebHook in org.exoplatform.gamification.github.rest.builder
Methods in org.exoplatform.gamification.github.rest.builder with parameters of type WebHookModifier and TypeMethodDescriptionstatic WebHookRestEntityWebHookBuilder.toRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook) Method parameters in org.exoplatform.gamification.github.rest.builder with type arguments of type WebHookModifier and TypeMethodDescriptionstatic List<WebHookRestEntity>WebHookBuilder.toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, Collection<WebHook> webHooks) -
Uses of WebHook in org.exoplatform.gamification.github.services
Methods in org.exoplatform.gamification.github.services that return WebHookModifier and TypeMethodDescriptionGithubConsumerService.createWebhook(String organizationName, String[] triggers, String accessToken) create github organization hook.WebhookService.getWebhookId(long webhookId) Retrieves a webHook identified by its technical identifier.WebhookService.getWebhookId(long webhookId, String username) Retrieves a webHook identified by its technical identifier accessed by a userMethods in org.exoplatform.gamification.github.services that return types with arguments of type WebHookModifier and TypeMethodDescriptionWebhookService.getWebhooks(int offset, int limit, boolean forceUpdate) Get available github hooks using offset and limit.WebhookService.getWebhooks(String currentUser, int offset, int limit, boolean forceUpdate) Get available github hooks using offset and limit.Methods in org.exoplatform.gamification.github.services with parameters of type WebHookModifier and TypeMethodDescriptionGithubConsumerService.deleteWebhook(WebHook webHook) delete gitHub webhookGithubConsumerService.forceUpdateWebhook(WebHook webHook) Force Update WebhookGithubConsumerService.retrieveOrganizationRepos(WebHook webHook, int page, int perPage, String keyword) Retrieve available github organization repositories. -
Uses of WebHook in org.exoplatform.gamification.github.services.impl
Methods in org.exoplatform.gamification.github.services.impl that return WebHookModifier and TypeMethodDescriptionGithubConsumerServiceImpl.createWebhook(String organizationName, String[] triggers, String accessToken) WebhookServiceImpl.getWebhookId(long webhookId) WebhookServiceImpl.getWebhookId(long webhookId, String username) Methods in org.exoplatform.gamification.github.services.impl that return types with arguments of type WebHookModifier and TypeMethodDescriptionWebhookServiceImpl.getWebhooks(int offset, int limit) WebhookServiceImpl.getWebhooks(int offset, int limit, boolean forceUpdate) WebhookServiceImpl.getWebhooks(String currentUser, int offset, int limit, boolean forceUpdate) Methods in org.exoplatform.gamification.github.services.impl with parameters of type WebHookModifier and TypeMethodDescriptionGithubConsumerServiceImpl.deleteWebhook(WebHook webHook) GithubConsumerServiceImpl.forceUpdateWebhook(WebHook webHook) GithubConsumerServiceImpl.retrieveOrganizationRepos(WebHook webHook, int page, int perPage, String keyword) -
Uses of WebHook in org.exoplatform.gamification.github.storage
Methods in org.exoplatform.gamification.github.storage that return WebHookModifier and TypeMethodDescriptionGithubConsumerStorage.createWebhook(String organizationName, String[] triggers, String accessToken) WebHookStorage.deleteWebHook(long organizationId) WebHookStorage.getWebHookById(Long id) WebHookStorage.getWebhookByOrganizationId(long organizationId) WebHookStorage.saveWebHook(WebHook webHook) WebHookStorage.updateWebHook(WebHook webHook, boolean forceUpdate) WebHookStorage.updateWebHookAccessToken(long webhookId, String accessToken) Methods in org.exoplatform.gamification.github.storage with parameters of type WebHookModifier and TypeMethodDescriptionvoidGithubConsumerStorage.clearCache(WebHook webHook) GithubConsumerStorage.deleteWebhookHook(WebHook webHook) GithubConsumerStorage.forceUpdateWebhook(WebHook webHook) WebHookStorage.saveWebHook(WebHook webHook) WebHookStorage.updateWebHook(WebHook webHook, boolean forceUpdate) -
Uses of WebHook in org.exoplatform.gamification.github.storage.cached
Methods in org.exoplatform.gamification.github.storage.cached with parameters of type WebHookModifier and TypeMethodDescriptionvoidGithubConsumerCachedStorage.clearCache(WebHook webHook) GithubConsumerCachedStorage.deleteWebhookHook(WebHook webHook) -
Uses of WebHook in org.exoplatform.gamification.github.storage.mapper
Methods in org.exoplatform.gamification.github.storage.mapper that return WebHookModifier and TypeMethodDescriptionstatic WebHookWebHookMapper.fromEntity(WebhookEntity webhookEntity) Methods in org.exoplatform.gamification.github.storage.mapper with parameters of type WebHook