Uses of Class
org.kohsuke.github.GHCommit
-
Uses of GHCommit in org.kohsuke.github
Modifier and TypeClassDescriptionstatic class
Compare commits had a child commit element with additional details we want to capture.Modifier and TypeMethodDescriptionGHCommitBuilder.create()
Creates a blob based on the parameters specified thus far.GHThread.getBoundCommit()
If this thread is about a commit, return that commit.GHCommitComment.getCommit()
Gets the commit to which this comment is associated with.GHCommitPointer.getCommit()
Obtains the commit that this pointer is referring to.GHEventPayload.Status.getCommit()
Gets the commit associated with the status event.Gets a commit object in this repository.GHTag.getCommit()
Gets commit.Merge a ref into this branch.Merge a branch into this branch.Modifier and TypeMethodDescriptionGHCommit.getParents()
Resolves the parent commit objects and return them.GHCommitQueryBuilder.list()
Lists up the commits with the criteria built so far.GHRepository.listCommits()
Lists all the commits.Modifier and TypeMethodDescriptionGHRepository.getCompare
(GHCommit id1, GHCommit id2) Gets compare.