Class GitHubDownloader
java.lang.Object
org.apache.maven.plugins.changes.github.GitHubDownloader
- Since:
- 2.8
-
Constructor Summary
ConstructorDescriptionGitHubDownloader
(org.apache.maven.project.MavenProject project, boolean includeOpenIssues, boolean onlyMilestoneIssues) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureAuthentication
(org.apache.maven.settings.crypto.SettingsDecrypter decrypter, String githubAPIServerId, org.apache.maven.settings.Settings settings, org.apache.maven.plugin.logging.Log log) protected Issue
createIssue
(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)
-