Uses of Class
org.kohsuke.github.GHHook
-
Packages that use GHHook Package Description org.kohsuke.github -
-
Uses of GHHook in org.kohsuke.github
Methods in org.kohsuke.github that return GHHook Modifier and Type Method Description GHHookGHOrganization. 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.GHHookGHRepository. 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.GHHookGHOrganization. createWebHook(URL url)Create web hook gh hook.GHHookGHOrganization. createWebHook(URL url, Collection<GHEvent> events)Create web hook gh hook.GHHookGHRepository. createWebHook(URL url)Create web hook gh hook.GHHookGHRepository. createWebHook(URL url, Collection<GHEvent> events)Create web hook gh hook.GHHookGHOrganization. getHook(int id)Gets hook.GHHookGHRepository. getHook(int id)Gets hook.Methods in org.kohsuke.github that return types with arguments of type GHHook Modifier and Type Method Description List<GHHook>GHOrganization. getHooks()Retrieves the currently configured hooks.List<GHHook>GHRepository. getHooks()Retrieves the currently configured hooks.
-