Uses of Class
ink.icoding.github4j.model.request.CreateWebhookRequest
Packages that use CreateWebhookRequest
-
Uses of CreateWebhookRequest in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client with parameters of type CreateWebhookRequestModifier and TypeMethodDescriptionWebhooksClient.createForOrg(String org, CreateWebhookRequest request) 为指定组织创建 Webhook。WebhooksClient.createForRepo(String owner, String repo, CreateWebhookRequest request) 为指定仓库创建 Webhook。 -
Uses of CreateWebhookRequest in ink.icoding.github4j.model.request
Methods in ink.icoding.github4j.model.request that return CreateWebhookRequest