| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHEvent |
GHEventInfo.getType() |
static GHEvent |
GHEvent.valueOf(java.lang.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 |
|---|---|
java.util.EnumSet<GHEvent> |
GHHook.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
GHHook |
GHRepository.createHook(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> config,
java.util.Collection<GHEvent> events,
boolean active)
See https://api.github.com/hooks for possible names and their configuration scheme.
|
GHHook |
GHOrganization.createHook(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> config,
java.util.Collection<GHEvent> events,
boolean active)
See https://api.github.com/hooks for possible names and their configuration scheme.
|
GHHook |
GHRepository.createWebHook(java.net.URL url,
java.util.Collection<GHEvent> events) |
GHHook |
GHOrganization.createWebHook(java.net.URL url,
java.util.Collection<GHEvent> events) |
Copyright © 2016. All Rights Reserved.