|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||