public static class GHPullRequestCommitDetail.Commit extends Object
| Constructor and Description |
|---|
Commit() |
| Modifier and Type | Method and Description |
|---|---|
GitUser |
getAuthor()
Gets author.
|
int |
getComment_count()
Gets comment count.
|
GitUser |
getCommitter()
Gets committer.
|
String |
getMessage()
Gets message.
|
GHPullRequestCommitDetail.Tree |
getTree()
Gets tree.
|
URL |
getUrl()
Gets url.
|
@WithBridgeMethods(value=GHPullRequestCommitDetail.Authorship.class, castRequired=true) public GitUser getAuthor()
@WithBridgeMethods(value=GHPullRequestCommitDetail.Authorship.class, castRequired=true) public GitUser getCommitter()
public String getMessage()
public URL getUrl()
public int getComment_count()
public GHPullRequestCommitDetail.Tree getTree()
Copyright © 2020. All rights reserved.