Class GitHubFileDownloader

java.lang.Object
io.quarkiverse.githubapp.runtime.github.GitHubFileDownloader

@ApplicationScoped public class GitHubFileDownloader extends Object
  • Constructor Details

    • GitHubFileDownloader

      public GitHubFileDownloader()
  • Method Details

    • getFileContent

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