Class GithubAuth


  • public class GithubAuth
    extends Object
    • Constructor Detail

      • GithubAuth

        public GithubAuth()
    • Method Detail

      • getRespositoryService

        public org.eclipse.egit.github.core.service.RepositoryService getRespositoryService​(String username,
                                                                                            String password)
                                                                                     throws IOException
        Throws:
        IOException
      • getPullRequestService

        public org.eclipse.egit.github.core.service.PullRequestService getPullRequestService​(String username,
                                                                                             String password)
                                                                                      throws IOException
        Throws:
        IOException
      • getIssueService

        public org.eclipse.egit.github.core.service.IssueService getIssueService​(String username,
                                                                                 String password)
                                                                          throws IOException
        Throws:
        IOException