Uses of Class
org.kohsuke.github.GHHook
-
Uses of GHHook in org.kohsuke.github
Modifier and TypeMethodDescriptionGHOrganization.createHook
(String name, Map<String, String> config, Collection<GHEvent> events, boolean active) See https://api.github.com/hooks for possible names and their configuration scheme.GHRepository.createHook
(String name, Map<String, String> config, Collection<GHEvent> events, boolean active) See https://api.github.com/hooks for possible names and their configuration scheme.GHOrganization.createWebHook
(URL url) Create web hook gh hook.GHOrganization.createWebHook
(URL url, Collection<GHEvent> events) Create web hook gh hook.GHRepository.createWebHook
(URL url) Create web hook gh hook.GHRepository.createWebHook
(URL url, Collection<GHEvent> events) Create web hook gh hook.GHOrganization.getHook
(int id) Gets hook.GHRepository.getHook
(int id) Gets hook.