public class GHPullRequestCommitDetail extends Object
GHPullRequest.GHPullRequest#listCommits()| Modifier and Type | Class and Description |
|---|---|
static class |
GHPullRequestCommitDetail.Authorship
Deprecated.
Use
GitUser |
static class |
GHPullRequestCommitDetail.Commit
The type Commit.
|
static class |
GHPullRequestCommitDetail.CommitPointer
The type CommitPointer.
|
static class |
GHPullRequestCommitDetail.Tree
The type Tree.
|
| Constructor and Description |
|---|
GHPullRequestCommitDetail() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getApiUrl()
Gets api url.
|
URL |
getCommentsUrl()
Gets comments url.
|
GHPullRequestCommitDetail.Commit |
getCommit()
Gets commit.
|
GHPullRequestCommitDetail.CommitPointer[] |
getParents()
Get parents commit pointer [ ].
|
String |
getSha()
Gets sha.
|
URL |
getUrl()
Gets url.
|
public String getSha()
public GHPullRequestCommitDetail.Commit getCommit()
public URL getApiUrl()
public URL getUrl()
public URL getCommentsUrl()
public GHPullRequestCommitDetail.CommitPointer[] getParents()
Copyright © 2020. All rights reserved.