Class WebHookBuilder
java.lang.Object
io.meeds.github.gamification.rest.builder.WebHookBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<WebHookRestEntity> toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, org.springframework.data.domain.Page<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 org.springframework.data.domain.Page<WebHookRestEntity> toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, org.springframework.data.domain.Page<WebHook> webHooks)
-