Uses of Class
ink.icoding.github4j.model.Webhook
Packages that use Webhook
-
Uses of Webhook in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type WebhookModifier and TypeMethodDescriptionWebhooksClient.createForOrg(String org, CreateWebhookRequest request) 为指定组织创建 Webhook。WebhooksClient.createForRepo(String owner, String repo, CreateWebhookRequest request) 为指定仓库创建 Webhook。获取指定组织的单个 Webhook。WebhooksClient.getForRepo(String owner, String repo, int hookId) 获取指定仓库的单个 Webhook。WebhooksClient.listForOrg(String org, PageOptions options) 列出指定组织的 Webhook。WebhooksClient.listForRepo(String owner, String repo, PageOptions options) 列出指定仓库的 Webhook。WebhooksClient.updateForOrg(String org, int hookId, UpdateWebhookRequest request) 更新指定组织的 Webhook。WebhooksClient.updateForRepo(String owner, String repo, int hookId, UpdateWebhookRequest request) 更新指定仓库的 Webhook。