| Modifier and Type | Method and Description |
|---|---|
GHCommit |
GHCommitComment.getCommit()
Gets the commit to which this comment is associated with.
|
GHCommit |
GHRepository.getCommit(String sha1)
Gets a commit object in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHCommit> |
GHCommit.getParents()
Resolves the parent commit objects and return them.
|
PagedIterable<GHCommit> |
GHRepository.listCommits()
Lists all the commits.
|
Copyright © 2012. All Rights Reserved.