|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GHUser in org.kohsuke.github |
|---|
| Methods in org.kohsuke.github that return GHUser | |
|---|---|
GHUser |
GitHub.getMyself()
Gets the GHUser that represents yourself. |
GHUser |
GHRepository.getOwner()
|
GHUser |
GitHub.getUser(java.lang.String login)
Obtains the object that represents the named user. |
| Methods in org.kohsuke.github that return types with arguments of type GHUser | |
|---|---|
java.util.Set<GHUser> |
GHRepository.getCollaborators()
Gets the collaborators on this repository. |
java.util.Set<GHUser> |
GHUser.getFollowers()
Lists the users who are following this user. |
java.util.Set<GHUser> |
GHUser.getFollows()
Lists the users that this user is following |
| Methods in org.kohsuke.github with parameters of type GHUser | |
|---|---|
void |
GHRepository.addCollaborators(GHUser... users)
|
void |
GHRepository.removeCollaborators(GHUser... users)
|
| Method parameters in org.kohsuke.github with type arguments of type GHUser | |
|---|---|
void |
GHRepository.addCollaborators(java.util.Collection<GHUser> users)
|
void |
GHRepository.removeCollaborators(java.util.Collection<GHUser> users)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||