Uses of Enum
org.kohsuke.github.GHEvent
-
Uses of GHEvent in org.kohsuke.github
Modifier and TypeMethodDescriptionGHWorkflowRun.getEvent()
The type of event that triggered the build.GHEventInfo.getType()
Gets type.static GHEvent
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 TypeMethodDescriptionGHApp.getEvents()
Gets events.GHAppInstallation.getEvents()
Gets events.GHHook.getEvents()
Gets events.Modifier and TypeMethodDescriptionEvent workflow run query builder.Modifier and TypeMethodDescriptionGHOrganization.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.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.GHOrganization.createWebHook
(URL url, Collection<GHEvent> events) Create web hook gh hook.GHRepository.createWebHook
(URL url, Collection<GHEvent> events) Create web hook gh hook.