public class GHMyself extends GHUser
avatar_url, blog, company, created_at, email, followers, following, gravatar_id, html_url, id, location, login, name, public_gists, public_repos, url| Constructor and Description |
|---|
GHMyself() |
| Modifier and Type | Method and Description |
|---|---|
GHPersonSet<GHOrganization> |
getAllOrganizations()
Gets the organization that this user belongs to.
|
Map<String,GHRepository> |
getAllRepositories()
Gets the all repositories this user owns (public and private).
|
List<String> |
getEmails()
Deprecated.
Use
getEmails2() |
List<GHEmail> |
getEmails2()
Returns the read-only list of e-mail addresses configured for you.
|
List<GHKey> |
getPublicKeys()
Returns the read-only list of all the pulic keys of the current user.
|
List<GHVerifiedKey> |
getPublicVerifiedKeys()
Returns the read-only list of all the public verified keys of the current user.
|
PagedIterable<GHRepository> |
listAllRepositories()
Deprecated.
|
PagedIterable<GHRepository> |
listRepositories()
Lists up all repositories this user owns (public and private).
|
equals, follow, getFollowers, getFollows, getOrganizations, hashCode, isMemberOf, isMemberOf, isPublicMemberOf, listEvents, listGists, toString, unfollowgetAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getGravatarId, getHtmlUrl, getId, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, iterateRepositories, listRepositories, populatepublic List<String> getEmails() throws IOException
getEmails2()IOExceptionpublic List<GHEmail> getEmails2() throws IOException
GHPerson.getEmail() that shows your public e-mail address
set in https://github.com/settings/profileIOExceptionpublic List<GHKey> getPublicKeys() throws IOException
IOExceptionpublic List<GHVerifiedKey> getPublicVerifiedKeys() throws IOException
IOExceptionpublic GHPersonSet<GHOrganization> getAllOrganizations() throws IOException
IOExceptionpublic Map<String,GHRepository> getAllRepositories() throws IOException
IOExceptionpublic PagedIterable<GHRepository> listRepositories()
getAllRepositories(), this does not wait until all the repositories are returned.listRepositories in class GHPersonpublic PagedIterable<GHRepository> listAllRepositories()
listRepositories()Copyright © 2014. All rights reserved.