| Modifier and Type | Class and Description |
|---|---|
static class |
GHCompare.Commit
Compare commits had a child commit element with additional details we want to capture.
|
| Modifier and Type | Method and Description |
|---|---|
GHCommit |
GHCommitComment.getCommit()
Gets the commit to which this comment is associated with.
|
GHCommit |
GHContentUpdateResponse.getCommit() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GHCompare |
GHRepository.getCompare(GHCommit id1,
GHCommit id2) |
Copyright © 2014. All rights reserved.