org.apache.maven.plugin.github
Class GitHubDownloader

java.lang.Object
  extended by org.apache.maven.plugin.github.GitHubDownloader

public class GitHubDownloader
extends Object

Since:
2.8

Constructor Summary
GitHubDownloader(org.apache.maven.project.MavenProject project, String githubScheme, int githubPort, boolean includeOpenIssues, boolean onlyMilestoneIssues)
           
 
Method Summary
 List<Issue> getIssueList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubDownloader

public GitHubDownloader(org.apache.maven.project.MavenProject project,
                        String githubScheme,
                        int githubPort,
                        boolean includeOpenIssues,
                        boolean onlyMilestoneIssues)
                 throws MalformedURLException
Throws:
MalformedURLException
Method Detail

getIssueList

public List<Issue> getIssueList()
                         throws IOException
Throws:
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.