Package org.kohsuke.github
Class GHRepository.Contributor
- java.lang.Object
-
- org.kohsuke.github.GHObject
-
- org.kohsuke.github.GHPerson
-
- org.kohsuke.github.GHUser
-
- org.kohsuke.github.GHRepository.Contributor
-
- Enclosing class:
- GHRepository
public static class GHRepository.Contributor extends GHUser
The type Contributor.
-
-
Field Summary
-
Fields inherited from class org.kohsuke.github.GHPerson
avatar_url, blog, company, email, followers, following, gravatar_id, html_url, location, login, name, public_gists, public_repos
-
Fields inherited from class org.kohsuke.github.GHObject
created_at, id, responseHeaderFields, updated_at, url
-
-
Constructor Summary
Constructors Constructor Description Contributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetContributions()Gets contributions.inthashCode()-
Methods inherited from class org.kohsuke.github.GHUser
follow, getFollowers, getFollows, getKeys, getOrganizations, isMemberOf, isMemberOf, isPublicMemberOf, listEvents, listFollowers, listFollows, listGists, listStarredRepositories, listSubscriptions, unfollow
-
Methods inherited from class org.kohsuke.github.GHPerson
getAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getGravatarId, getHtmlUrl, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, getUpdatedAt, iterateRepositories, listRepositories, listRepositories, populate
-
Methods inherited from class org.kohsuke.github.GHObject
getId, getResponseHeaderFields, getUrl, toString
-
-