Package CIserver.app
Class GitHubRepositoryDownloader
java.lang.Object
CIserver.app.GitHubRepositoryDownloader
Class that handles downloading and extracting GitHub repositories
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GitHubRepositoryDownloader
Default constructor- Throws:
IOException
-
-
Method Details
-
download
This method downloads and extracts a GitHub repository- Parameters:
commit- the commit SHA value of the commit to be downloadedowner- name of the GitHub repository ownerrepo- name of the GitHub repository- Throws:
IOException- if the response code from the HTTP request fails
-