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 class
Commit.Smart
Smart commit.Methods in com.jcabi.github that return Commit Modifier and Type Method Description Commit
Branch. commit()
Commit that the branch currently points to.Commit
PullRef.Smart. commit()
Get its commit.Commit
RtBranch. commit()
Commit
RtStatus. commit()
Commit
RtStatuses. commit()
Get commit object.Commit
Status. commit()
Associated commit.Commit
Status.Smart. commit()
Commit
Statuses. commit()
Associated commit.Commit
Commits. create(javax.json.JsonObject params)
Create a Commit object.Commit
RtCommits. create(javax.json.JsonObject params)
Commit
Commits. get(String sha)
Return a Commit by its SHA.Commit
RtCommits. 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 int
Commit.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 class
MkCommit
Mock of Github Commit.Methods in com.jcabi.github.mock that return Commit Modifier and Type Method Description Commit
MkBranch. commit()
Commit
MkCommits. create(javax.json.JsonObject params)
Commit
MkCommits. get(String sha)
Methods in com.jcabi.github.mock with parameters of type Commit Modifier and Type Method Description int
MkCommit. compareTo(Commit commit)
-