java.lang.Object
org.kohsuke.github.GHPullRequestCommitDetail
Commit detail inside a
GHPullRequest
.- Author:
- Luca Milanesio
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The type Commit.static class
The type CommitPointer.static class
The type Tree. -
Constructor Summary
ConstructorDescriptionCreate default GHPullRequestCommitDetail instance -
Method Summary
-
Constructor Details
-
GHPullRequestCommitDetail
public GHPullRequestCommitDetail()Create default GHPullRequestCommitDetail instance
-
-
Method Details
-
getSha
Gets sha.- Returns:
- the sha
-
getCommit
Gets commit.- Returns:
- the commit
-
getApiUrl
Gets api url.- Returns:
- the api url
-
getUrl
Gets url.- Returns:
- the url
-
getCommentsUrl
Gets comments url.- Returns:
- the comments url
-
getParents
Get parents commit pointer [ ].- Returns:
- the commit pointer [ ]
-