Class GithubCommitChecker

java.lang.Object
me.hsgamer.hscore.checker.github.GithubCommitChecker
All Implemented Interfaces:
VersionChecker

public class GithubCommitChecker extends Object implements VersionChecker
The latest commit checker for the GitHub repository
  • Constructor Details

    • GithubCommitChecker

      public GithubCommitChecker(String repo, String branch, UserAgent userAgent)
      Create a new checker
      Parameters:
      repo - the repository
      branch - the branch
      userAgent - the user agent
    • GithubCommitChecker

      public GithubCommitChecker(String repo, String branch)
      Create a new checker
      Parameters:
      repo - the repository
      branch - the branch
  • Method Details