Uses of Class
org.kohsuke.github.GHEventInfo
Packages that use GHEventInfo
-
Uses of GHEventInfo in org.kohsuke.github
Methods in org.kohsuke.github that return types with arguments of type GHEventInfoModifier 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.