| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHHook |
GHOrganization.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.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 |
GHOrganization.createWebHook(URL url)
Create web hook gh hook.
|
GHHook |
GHRepository.createWebHook(URL url)
Create web hook gh hook.
|
GHHook |
GHOrganization.createWebHook(URL url,
Collection<GHEvent> events)
Create web hook gh hook.
|
GHHook |
GHRepository.createWebHook(URL url,
Collection<GHEvent> events)
Create web hook gh hook.
|
GHHook |
GHOrganization.getHook(int id)
Gets hook.
|
GHHook |
GHRepository.getHook(int id)
Gets hook.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHHook> |
GHOrganization.getHooks()
Retrieves the currently configured hooks.
|
List<GHHook> |
GHRepository.getHooks()
Retrieves the currently configured hooks.
|
Copyright © 2020. All rights reserved.