Uses of Class
org.kohsuke.github.GHPersonSet

Uses of GHPersonSet in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHPersonSet
 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 following
 GHPersonSet<GHOrganization> GHUser.getOrganizations()
          Gets the organization that this user belongs to publicly.
 



Copyright © 2012. All Rights Reserved.