| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<GHHook> |
GHRepository.getHooks()
Retrieves the currently configured hooks.
|
Copyright © 2014. All rights reserved.