Class WebHookBuilder
java.lang.Object
io.meeds.gamification.github.rest.builder.WebHookBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<WebHookRestEntity>toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, Collection<WebHook> webHooks) static WebHookRestEntitytoRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook)
-
Method Details
-
toRestEntity
public static WebHookRestEntity toRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook) -
toRestEntities
public static List<WebHookRestEntity> toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, Collection<WebHook> webHooks)
-