Class GitHubDownloader
java.lang.Object
org.apache.maven.plugins.changes.github.GitHubDownloader
- Since:
 - 2.8
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGitHubDownloader(org.apache.maven.project.MavenProject project, boolean includeOpenIssues, boolean onlyMilestoneIssues)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAuthentication(org.apache.maven.settings.crypto.SettingsDecrypter decrypter, String githubAPIServerId, org.apache.maven.settings.Settings settings, org.apache.maven.plugin.logging.Log log) protected IssuecreateIssue(org.kohsuke.github.GHIssue githubIssue)  
- 
Constructor Details
- 
GitHubDownloader
public GitHubDownloader(org.apache.maven.project.MavenProject project, boolean includeOpenIssues, boolean onlyMilestoneIssues) throws IOException - Throws:
 IOException
 
 - 
 - 
Method Details
- 
createIssue
- Throws:
 IOException
 - 
getIssueList
- Throws:
 IOException
 - 
configureAuthentication
public void configureAuthentication(org.apache.maven.settings.crypto.SettingsDecrypter decrypter, String githubAPIServerId, org.apache.maven.settings.Settings settings, org.apache.maven.plugin.logging.Log log)  
 -