Class GitHubDownloader

java.lang.Object
org.apache.maven.plugins.changes.github.GitHubDownloader

public class GitHubDownloader extends Object
Since:
2.8
  • Constructor Details

    • GitHubDownloader

      public GitHubDownloader(org.apache.maven.project.MavenProject project, boolean includeOpenIssues, boolean onlyMilestoneIssues) throws IOException
      Throws:
      IOException
  • Method Details

    • createIssue

      protected Issue createIssue(org.kohsuke.github.GHIssue githubIssue) throws IOException
      Throws:
      IOException
    • getIssueList

      public List<Issue> getIssueList() throws IOException
      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)