Uses of Class
org.kohsuke.github.GHCommit
-
Packages that use GHCommit Package Description org.kohsuke.github -
-
Uses of GHCommit in org.kohsuke.github
Subclasses of GHCommit in org.kohsuke.github Modifier and Type Class Description static classGHCompare.CommitCompare commits had a child commit element with additional details we want to capture.Methods in org.kohsuke.github that return GHCommit Modifier and Type Method Description GHCommitGHCommitBuilder. create()Creates a blob based on the parameters specified thus far.GHCommitGHThread. getBoundCommit()If this thread is about a commit, return that commit.GHCommitGHCommitComment. getCommit()Gets the commit to which this comment is associated with.GHCommitGHCommitPointer. getCommit()Obtains the commit that this pointer is referring to.GHCommitGHContentUpdateResponse. getCommit()Gets commit.GHCommitGHEventPayload.Status. getCommit()Gets the commit associated with the status event.GHCommitGHRepository. getCommit(String sha1)Gets a commit object in this repository.GHCommitGHTag. getCommit()Gets commit.GHCommitGHBranch. merge(String head, String commitMessage)Merge a ref into this branch.GHCommitGHBranch. merge(GHBranch headBranch, String commitMessage)Merge a branch into this branch.Methods in org.kohsuke.github that return types with arguments of type GHCommit Modifier and Type Method Description List<GHCommit>GHCommit. getParents()Resolves the parent commit objects and return them.PagedIterable<GHCommit>GHCommitQueryBuilder. list()Lists up the commits with the criteria built so far.PagedIterable<GHCommit>GHRepository. listCommits()Lists all the commits.Methods in org.kohsuke.github with parameters of type GHCommit Modifier and Type Method Description GHCompareGHRepository. getCompare(GHCommit id1, GHCommit id2)Gets compare.voidGHEventPayload.Status. setCommit(GHCommit commit)Sets the commit associated with the status event.
-