Deprecated API


Contents
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.GHPerson.getGravatarId()
          No longer available in the v3 API. 
org.kohsuke.github.GHPullRequest.getIssueUpdatedAt()
           
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.GHIssueComment.getUserName()
           
org.kohsuke.github.GHPerson.iterateRepositories(int)
          Use GHPerson.listRepositories() 
 



Copyright © 2013. All rights reserved.