Package me.hsgamer.hscore.checker.github
Class GithubCommitChecker
java.lang.Object
me.hsgamer.hscore.checker.github.GithubCommitChecker
- All Implemented Interfaces:
VersionChecker
The latest commit checker for the GitHub repository
-
Constructor Summary
ConstructorsConstructorDescriptionGithubCommitChecker(String repo, String branch) Create a new checkerGithubCommitChecker(String repo, String branch, UserAgent userAgent) Create a new checker -
Method Summary
-
Constructor Details
-
GithubCommitChecker
Create a new checker- Parameters:
repo- the repositorybranch- the branchuserAgent- the user agent
-
GithubCommitChecker
Create a new checker- Parameters:
repo- the repositorybranch- the branch
-
-
Method Details
-
getVersion
Description copied from interface:VersionCheckerGet the version- Specified by:
getVersionin interfaceVersionChecker- Returns:
- the version
-