Uses of Class
org.kohsuke.github.GHHook

Uses of GHHook in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHHook
 GHHook 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.
 GHHook GHRepository.createWebHook(URL url)
           
 GHHook GHRepository.createWebHook(URL url, Collection<GHEvent> events)
           
 GHHook GHRepository.getHook(int id)
           
 

Methods in org.kohsuke.github that return types with arguments of type GHHook
 List<GHHook> GHRepository.getHooks()
          Retrieves the currently configured hooks.
 



Copyright © 2012. All Rights Reserved.