org.kohsuke.github
Class GHCommit.ShortInfo
java.lang.Object
org.kohsuke.github.GHCommit.ShortInfo
- Enclosing class:
- GHCommit
public static class GHCommit.ShortInfo
- extends Object
Short summary of this commit.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHCommit.ShortInfo
public GHCommit.ShortInfo()
getAuthor
@WithBridgeMethods(value=GHCommit.GHAuthor.class,
castRequired=true)
public GitUser getAuthor()
getCommitter
@WithBridgeMethods(value=GHCommit.GHAuthor.class,
castRequired=true)
public GitUser getCommitter()
getMessage
public String getMessage()
- Commit message.
getCommentCount
public int getCommentCount()
Copyright © 2014. All rights reserved.