Deprecated API


Contents
Deprecated Classes
org.kohsuke.github.GHCommit.GHAuthor
          Use GitUser instead. 
org.kohsuke.github.GHCompare.User
          use GitUser instead. 
org.kohsuke.github.GHPullRequestCommitDetail.Authorship
          Use GitUser 
 

Deprecated Methods
org.kohsuke.github.GitHub.connect(String, String, String)
          Either OAuth token or password is sufficient, so there's no point in passing both. Use GitHub.connectUsingPassword(String, String) or GitHub.connectUsingOAuth(String). 
org.kohsuke.github.GHMyself.getEmails()
          Use GHMyself.getEmails2() 
org.kohsuke.github.GHPerson.getGravatarId()
          No longer available in the v3 API. 
org.kohsuke.github.GHPullRequest.getIssueUpdatedAt()
           
org.kohsuke.github.GHOrganization.getMembers()
          use GHOrganization.listMembers() 
org.kohsuke.github.GHRepository.getMilestones()
          Use GHRepository.listMilestones(GHIssueState) 
org.kohsuke.github.GHRepository.getPostCommitHooks()
          Use GHRepository.getHooks() and GHRepository.createHook(String, Map, Collection, boolean) 
org.kohsuke.github.GHRepository.getReleases()
          use GHRepository.listReleases() 
org.kohsuke.github.GHIssueComment.getUserName()
           
org.kohsuke.github.GHPerson.iterateRepositories(int)
          Use GHPerson.listRepositories() 
org.kohsuke.github.GHMyself.listAllRepositories()
          Use GHMyself.listRepositories() 
 



Copyright © 2014. All rights reserved.