Uses of Class
org.kohsuke.github.GHEventInfo
-
Uses of GHEventInfo in org.kohsuke.github
Modifier and TypeMethodDescriptionGitHub.getEvents()
Public events visible to you.GitHub.getUserPublicEvents
(String login) List public events for a user see API documentationGHOrganization.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.abstract PagedIterable<GHEventInfo>
GHPerson.listEvents()
Lists events for an organization or an user.GHRepository.listEvents()
Lists repository events.GHUser.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.