Package org.kohsuke.github
Class GHCompare.Commit
- java.lang.Object
-
- org.kohsuke.github.GHCommit
-
- org.kohsuke.github.GHCompare.Commit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kohsuke.github.GHCommit
GHCommit.File, GHCommit.GHAuthor, GHCommit.Parent, GHCommit.ShortInfo, GHCommit.Stats
-
-
Constructor Summary
Constructors Constructor Description Commit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GHCompare.InnerCommitgetCommit()Gets commit.-
Methods inherited from class org.kohsuke.github.GHCommit
createComment, createComment, getAuthor, getAuthoredDate, getCommitDate, getCommitShortInfo, getCommitter, getFiles, getHtmlUrl, getLastStatus, getLinesAdded, getLinesChanged, getLinesDeleted, getOwner, getParents, getParentSHA1s, getSHA1, getTree, listComments, listStatuses
-
-
-
-
Method Detail
-
getCommit
public GHCompare.InnerCommit getCommit()
Gets commit.- Returns:
- the commit
-
-