Package org.jbpm.process.workitem.github
Class GithubAuth
- java.lang.Object
-
- org.jbpm.process.workitem.github.GithubAuth
-
public class GithubAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description GithubAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.egit.github.core.service.GistServicegetGistService(String username, String password)org.eclipse.egit.github.core.service.IssueServicegetIssueService(String username, String password)org.eclipse.egit.github.core.service.PullRequestServicegetPullRequestService(String username, String password)org.eclipse.egit.github.core.service.RepositoryServicegetRespositoryService(String username, String password)
-
-
-
Method Detail
-
getGistService
public org.eclipse.egit.github.core.service.GistService getGistService(String username, String password) throws IOException
- Throws:
IOException
-
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
-
-