| Modifier and Type | Method and Description |
|---|---|
GHEvent |
GHEventInfo.getType() |
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 |
|---|---|
EnumSet<GHEvent> |
GHHook.getEvents() |
| 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,
Collection<GHEvent> events) |
Copyright © 2014. All rights reserved.