java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHPerson
org.kohsuke.github.GHUser
org.kohsuke.github.GHRepository.Contributor
- Enclosing class:
- GHRepository
The type Contributor.
-
Field Summary
Fields inherited from class org.kohsuke.github.GHPerson
avatarUrl, bio, blog, company, email, followers, following, hireable, htmlUrl, location, login, name, publicGists, publicRepos, siteAdmin, totalPrivateRepos, twitterUsername, typeFields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.intGets contributions.inthashCode()Hash code.Methods inherited from class org.kohsuke.github.GHUser
follow, getBio, getFollowers, getFollows, getKeys, getLdapDn, getOrganizations, getSuspendedAt, isHireable, isMemberOf, isMemberOf, isPublicMemberOf, listEvents, listFollowers, listFollows, listGists, listProjects, listStarredRepositories, listSubscriptions, unfollowMethods inherited from class org.kohsuke.github.GHPerson
getAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getHtmlUrl, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, getTotalPrivateRepoCount, getTwitterUsername, getType, getUpdatedAt, isSiteAdmin, listRepositories, listRepositories, populateMethods inherited from class org.kohsuke.github.GHObject
getId, getNodeId, getResponseHeaderFields, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
Contributor
public Contributor()Create default Contributor instance
-
-
Method Details