Uses of Class
org.kohsuke.github.GHPersonSet
-
Packages that use GHPersonSet Package Description org.kohsuke.github -
-
Uses of GHPersonSet in org.kohsuke.github
Methods in org.kohsuke.github that return GHPersonSet Modifier and Type Method Description GHPersonSet<GHOrganization>GHMyself. getAllOrganizations()Gets the organization that this user belongs to.GHPersonSet<GHUser>GHRepository. getCollaborators()Gets the collaborators on this repository.GHPersonSet<GHUser>GHUser. getFollowers()Lists the users who are following this user.GHPersonSet<GHUser>GHUser. getFollows()Lists the users that this user is followingGHPersonSet<GHOrganization>GHUser. getOrganizations()Gets the organization that this user belongs to publicly.
-