public class GithubAuth extends Object
Constructor and Description |
---|
GithubAuth() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.egit.github.core.service.GistService |
getGistService(String username,
String password) |
org.eclipse.egit.github.core.service.IssueService |
getIssueService(String username,
String password) |
org.eclipse.egit.github.core.service.PullRequestService |
getPullRequestService(String username,
String password) |
org.eclipse.egit.github.core.service.RepositoryService |
getRespositoryService(String username,
String password) |
public org.eclipse.egit.github.core.service.GistService getGistService(String username, String password) throws IOException
IOException
public org.eclipse.egit.github.core.service.RepositoryService getRespositoryService(String username, String password) throws IOException
IOException
public org.eclipse.egit.github.core.service.PullRequestService getPullRequestService(String username, String password) throws IOException
IOException
public org.eclipse.egit.github.core.service.IssueService getIssueService(String username, String password) throws IOException
IOException
Copyright © 2001–2021 jBPM dev team. All rights reserved.