Class GitHubFileDownloader


  • @ApplicationScoped
    public class GitHubFileDownloader
    extends Object
    • Constructor Detail

      • GitHubFileDownloader

        public GitHubFileDownloader()
    • Method Detail

      • getFileContent

        public Optional<String> getFileContent​(org.kohsuke.github.GHRepository ghRepository,
                                               String fullPath)