|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GHEvent in org.kohsuke.github |
|---|
| Methods in org.kohsuke.github that return GHEvent | |
|---|---|
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. |
| Methods in org.kohsuke.github that return types with arguments of type GHEvent | |
|---|---|
EnumSet<GHEvent> |
GHHook.getEvents()
|
| Method parameters in org.kohsuke.github with type arguments of type GHEvent | |
|---|---|
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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||