Uses of Class
org.kohsuke.github.GHEvent
-
Packages that use GHEvent Package Description org.kohsuke.github -
-
Uses of GHEvent in org.kohsuke.github
Methods in org.kohsuke.github that return GHEvent Modifier and Type Method Description GHEventGHEventInfo. getType()Gets type.static GHEventGHEvent. 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 Modifier and Type Method Description List<GHEvent>GHApp. getEvents()Gets events.List<GHEvent>GHAppInstallation. getEvents()Gets events.EnumSet<GHEvent>GHHook. getEvents()Gets events.Method parameters in org.kohsuke.github with type arguments of type GHEvent Modifier and Type Method Description GHHookGHOrganization. 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.GHHookGHRepository. 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.GHHookGHOrganization. createWebHook(URL url, Collection<GHEvent> events)Create web hook gh hook.GHHookGHRepository. createWebHook(URL url, Collection<GHEvent> events)Create web hook gh hook.voidGHApp. setEvents(List<GHEvent> events)Sets events.voidGHAppInstallation. setEvents(List<GHEvent> events)Sets events.
-