| Constructor and Description |
|---|
GHCommit.ShortInfo() |
| Modifier and Type | Method and Description |
|---|---|
GitUser |
getAuthor() |
int |
getCommentCount() |
GitUser |
getCommitter() |
String |
getMessage()
Commit message.
|
@WithBridgeMethods(value=GHCommit.GHAuthor.class, castRequired=true) public GitUser getAuthor()
@WithBridgeMethods(value=GHCommit.GHAuthor.class, castRequired=true) public GitUser getCommitter()
public String getMessage()
public int getCommentCount()
Copyright © 2016. All Rights Reserved.