java.lang.Object
org.kohsuke.github.GitCommit
org.kohsuke.github.GHCommit.ShortInfo
- Enclosing class:
- GHCommit
Short summary of this commit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets comment count.Gets the parent SHA 1 s.Methods inherited from class org.kohsuke.github.GitCommit
getAuthor, getAuthoredDate, getCommitDate, getCommitter, getHtmlUrl, getMessage, getNodeId, getOwner, getSha, getSHA1, getTreeSHA1, getTreeUrl, getUrl, getVerification
-
Constructor Details
-
ShortInfo
public ShortInfo()Creates instance ofGHCommit.ShortInfo
.
-
-
Method Details
-
getCommentCount
Gets comment count.- Returns:
- the comment count
- Throws:
GHException
- the GH exception
-
getParentSHA1s
Gets the parent SHA 1 s.- Overrides:
getParentSHA1s
in classGitCommit
- Returns:
- the parent SHA 1 s
-