Uses of Interface
com.jcabi.github.RepoCommit
-
Packages that use RepoCommit Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of RepoCommit in com.jcabi.github
Classes in com.jcabi.github that implement RepoCommit Modifier and Type Class Description static classRepoCommit.SmartSmart commit.Methods in com.jcabi.github that return RepoCommit Modifier and Type Method Description RepoCommitRepoCommits. get(String sha)Get single repository's commits.RepoCommitContents. remove(javax.json.JsonObject content)Removes a file.RepoCommitContents. update(String path, javax.json.JsonObject json)Updates a file.Methods in com.jcabi.github that return types with arguments of type RepoCommit Modifier and Type Method Description Iterable<RepoCommit>CommitsComparison.Smart. commits()Get commits.Iterable<RepoCommit>RepoCommits. iterate(Map<String,String> params)Iterate all repository's commits.Methods in com.jcabi.github with parameters of type RepoCommit Modifier and Type Method Description intRepoCommit.Smart. compareTo(RepoCommit obj)Constructors in com.jcabi.github with parameters of type RepoCommit Constructor Description Smart(RepoCommit cmt)Public ctor.
-