|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommitFile | |
|---|---|
| org.eclipse.egit.github.core | |
| org.eclipse.egit.github.core.service | |
| Uses of CommitFile in org.eclipse.egit.github.core |
|---|
| Methods in org.eclipse.egit.github.core that return CommitFile | |
|---|---|
CommitFile |
CommitFile.setAdditions(int additions)
|
CommitFile |
CommitFile.setBlobUrl(String blobUrl)
|
CommitFile |
CommitFile.setChanges(int changes)
|
CommitFile |
CommitFile.setDeletions(int deletions)
|
CommitFile |
CommitFile.setFilename(String filename)
|
CommitFile |
CommitFile.setPatch(String patch)
|
CommitFile |
CommitFile.setRawUrl(String rawUrl)
|
CommitFile |
CommitFile.setSha(String sha)
|
CommitFile |
CommitFile.setStatus(String status)
|
| Methods in org.eclipse.egit.github.core that return types with arguments of type CommitFile | |
|---|---|
List<CommitFile> |
RepositoryCommit.getFiles()
|
| Method parameters in org.eclipse.egit.github.core with type arguments of type CommitFile | |
|---|---|
RepositoryCommit |
RepositoryCommit.setFiles(List<CommitFile> files)
|
| Uses of CommitFile in org.eclipse.egit.github.core.service |
|---|
| Methods in org.eclipse.egit.github.core.service that return types with arguments of type CommitFile | |
|---|---|
List<CommitFile> |
PullRequestService.getFiles(IRepositoryIdProvider repository,
int id)
Get all changed files associated with given pull request id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||