Uses of Class
org.kohsuke.github.GHCommit
Packages that use GHCommit
-
Uses of GHCommit in org.kohsuke.github
Subclasses of GHCommit in org.kohsuke.githubModifier and TypeClassDescriptionstatic class
Compare commits had a child commit element with additional details we want to capture.Methods in org.kohsuke.github that return GHCommitModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHCommitModifier 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.Methods in org.kohsuke.github with parameters of type GHCommitModifier and TypeMethodDescriptionGHRepository.getCompare
(GHCommit id1, GHCommit id2) Gets compare.