Uses of Class
org.kohsuke.github.GHInvitation
-
Packages that use GHInvitation Package Description org.kohsuke.github -
-
Uses of GHInvitation in org.kohsuke.github
Methods in org.kohsuke.github that return types with arguments of type GHInvitation Modifier and Type Method Description List<GHInvitation>GitHub. getMyInvitations()Gets complete list of open invitations for current user.PagedIterable<GHInvitation>GHRepository. listInvitations()Lists all the invitations.
-