| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and 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 following
|
GHPersonSet<GHOrganization> |
GHUser.getOrganizations()
Gets the organization that this user belongs to publicly.
|
Copyright © 2014. All rights reserved.