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
ConstructorDescriptionGithubCommitChecker
(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:VersionChecker
Get the version- Specified by:
getVersion
in interfaceVersionChecker
- Returns:
- the version
-