Uses of Enum
org.kohsuke.github.GHEvent
Packages that use GHEvent
-
Uses of GHEvent in org.kohsuke.github
Methods in org.kohsuke.github that return GHEventModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHEventModifier and TypeMethodDescriptionGHApp.getEvents()
Gets events.GHAppInstallation.getEvents()
Gets events.GHHook.getEvents()
Gets events.Methods in org.kohsuke.github with parameters of type GHEventModifier and TypeMethodDescriptionEvent workflow run query builder.Method parameters in org.kohsuke.github with type arguments of type GHEventModifier 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.