|
||||||||||
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 |
RepositoryCommitCompare.getBaseCommit()
|
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)
|
Methods in org.eclipse.egit.github.core that return types with arguments of type RepositoryCommit | |
---|---|
List<RepositoryCommit> |
RepositoryCommitCompare.getCommits()
|
Methods in org.eclipse.egit.github.core with parameters of type RepositoryCommit | |
---|---|
RepositoryCommitCompare |
RepositoryCommitCompare.setBaseCommit(RepositoryCommit baseCommit)
|
Method parameters in org.eclipse.egit.github.core with type arguments of type RepositoryCommit | |
---|---|
RepositoryCommitCompare |
RepositoryCommitCompare.setCommits(List<RepositoryCommit> commits)
|
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 |