public class GitHubDownloader extends Object
| Constructor and Description |
|---|
GitHubDownloader(MavenProject project,
String githubScheme,
int githubPort,
boolean includeOpenIssues,
boolean onlyMilestoneIssues) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAuthentication(String githubAPIServerId,
Settings settings,
Log log) |
protected Issue |
createIssue(org.eclipse.egit.github.core.Issue githubIssue) |
List<Issue> |
getIssueList() |
public GitHubDownloader(MavenProject project, String githubScheme, int githubPort, boolean includeOpenIssues, boolean onlyMilestoneIssues) throws MalformedURLException
MalformedURLExceptionprotected Issue createIssue(org.eclipse.egit.github.core.Issue githubIssue)
public List<Issue> getIssueList() throws IOException
IOExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.