|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryCommit | |
|---|---|
| org.eclipse.egit.github.core | |
| org.eclipse.egit.github.core.service | |
| Uses of RepositoryCommit in org.eclipse.egit.github.core |
|---|
| Methods in org.eclipse.egit.github.core that return RepositoryCommit | |
|---|---|
RepositoryCommit |
RepositoryCommit.setAuthor(User author)
|
RepositoryCommit |
RepositoryCommit.setCommit(Commit commit)
|
RepositoryCommit |
RepositoryCommit.setCommitter(User committer)
|
RepositoryCommit |
RepositoryCommit.setFiles(List<CommitFile> files)
|
RepositoryCommit |
RepositoryCommit.setParents(List<Commit> parents)
|
RepositoryCommit |
RepositoryCommit.setSha(String sha)
|
RepositoryCommit |
RepositoryCommit.setStats(CommitStats stats)
|
RepositoryCommit |
RepositoryCommit.setUrl(String url)
|
| Uses of RepositoryCommit in org.eclipse.egit.github.core.service |
|---|
| Methods in org.eclipse.egit.github.core.service that return RepositoryCommit | |
|---|---|
RepositoryCommit |
CommitService.getCommit(IRepositoryIdProvider repository,
String sha)
Get commit with given SHA-1 from given repository |
| Methods in org.eclipse.egit.github.core.service that return types with arguments of type RepositoryCommit | |
|---|---|
List<RepositoryCommit> |
CommitService.getCommits(IRepositoryIdProvider repository)
Get all commits in given repository |
List<RepositoryCommit> |
PullRequestService.getCommits(IRepositoryIdProvider repository,
int id)
Get all commits associated with given pull request id |
List<RepositoryCommit> |
CommitService.getCommits(IRepositoryIdProvider repository,
String sha,
String path)
Get all commits in given repository beginning at an optional commit SHA-1 and affecting an optional path. |
PageIterator<RepositoryCommit> |
CommitService.pageCommits(IRepositoryIdProvider repository)
Page commits in given repository |
PageIterator<RepositoryCommit> |
CommitService.pageCommits(IRepositoryIdProvider repository,
int size)
Page commits in given repository |
PageIterator<RepositoryCommit> |
CommitService.pageCommits(IRepositoryIdProvider repository,
String sha,
String path)
Page commits in given repository |
PageIterator<RepositoryCommit> |
CommitService.pageCommits(IRepositoryIdProvider repository,
String sha,
String path,
int size)
Page commits in given repository |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||