Uses of Interface
com.jcabi.github.Commit
-
Packages that use Commit Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Commit in com.jcabi.github
Classes in com.jcabi.github that implement Commit Modifier and Type Class Description static classCommit.SmartSmart commit.Methods in com.jcabi.github that return Commit Modifier and Type Method Description CommitBranch. commit()Commit that the branch currently points to.CommitPullRef.Smart. commit()Get its commit.CommitRtBranch. commit()CommitRtStatus. commit()CommitRtStatuses. commit()Get commit object.CommitStatus. commit()Associated commit.CommitStatus.Smart. commit()CommitStatuses. commit()Associated commit.CommitCommits. create(javax.json.JsonObject params)Create a Commit object.CommitRtCommits. create(javax.json.JsonObject params)CommitCommits. get(String sha)Return a Commit by its SHA.CommitRtCommits. get(String sha)Methods in com.jcabi.github that return types with arguments of type Commit Modifier and Type Method Description Iterable<Commit>Pull. commits()Get all commits of the pull request.Iterable<Commit>Pull.Smart. commits()Methods in com.jcabi.github with parameters of type Commit Modifier and Type Method Description intCommit.Smart. compareTo(Commit obj)Constructors in com.jcabi.github with parameters of type Commit Constructor Description RtStatus(Commit cmt, javax.json.JsonObject obj)Public ctor.Smart(Commit cmt)Public ctor. -
Uses of Commit in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement Commit Modifier and Type Class Description classMkCommitMock of Github Commit.Methods in com.jcabi.github.mock that return Commit Modifier and Type Method Description CommitMkBranch. commit()CommitMkCommits. create(javax.json.JsonObject params)CommitMkCommits. get(String sha)Methods in com.jcabi.github.mock with parameters of type Commit Modifier and Type Method Description intMkCommit. compareTo(Commit commit)
-