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 class
RepoCommit.Smart
Smart commit.Methods in com.jcabi.github that return RepoCommit Modifier and Type Method Description RepoCommit
RepoCommits. get(String sha)
Get single repository's commits.RepoCommit
Contents. remove(javax.json.JsonObject content)
Removes a file.RepoCommit
Contents. 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 int
RepoCommit.Smart. compareTo(RepoCommit obj)
Constructors in com.jcabi.github with parameters of type RepoCommit Constructor Description Smart(RepoCommit cmt)
Public ctor.
-