| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHEvent |
GHEventInfo.getType()
Gets type.
|
static GHEvent |
GHEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHEvent[] |
GHEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHEvent> |
GHApp.getEvents()
Gets events.
|
List<GHEvent> |
GHAppInstallation.getEvents()
Gets events.
|
EnumSet<GHEvent> |
GHHook.getEvents()
Gets events.
|
| 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,
Collection<GHEvent> events)
Create web hook gh hook.
|
GHHook |
GHRepository.createWebHook(URL url,
Collection<GHEvent> events)
Create web hook gh hook.
|
void |
GHApp.setEvents(List<GHEvent> events)
Sets events.
|
void |
GHAppInstallation.setEvents(List<GHEvent> events)
Sets events.
|
Copyright © 2020. All rights reserved.