java.lang.Object
org.kohsuke.github.GHCommit
org.kohsuke.github.GHCompare.Commit
- Enclosing class:
- GHCompare
Compare commits had a child commit element with additional details we want to capture. This extension of GHCommit
provides that.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kohsuke.github.GHCommit
GHCommit.File, GHCommit.Parent, GHCommit.ShortInfo, GHCommit.Stats
-
Constructor Summary
-
Method Summary
Methods inherited from class org.kohsuke.github.GHCommit
createComment, createComment, getAuthor, getAuthoredDate, getCheckRuns, getCommitDate, getCommitShortInfo, getCommitter, getHtmlUrl, getLastStatus, getLinesAdded, getLinesChanged, getLinesDeleted, getOwner, getParents, getParentSHA1s, getSHA1, getTree, getUrl, listBranchesWhereHead, listComments, listFiles, listPullRequests, listStatuses
-
Constructor Details
-
Commit
public Commit()Create default Commit instance
-
-
Method Details
-
getCommit
Gets commit.- Returns:
- the commit
-