|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tree | |
|---|---|
| org.eclipse.egit.github.core | |
| org.eclipse.egit.github.core.service | |
| Uses of Tree in org.eclipse.egit.github.core |
|---|
| Methods in org.eclipse.egit.github.core that return Tree | |
|---|---|
Tree |
Commit.getTree()
|
Tree |
Tree.setSha(String sha)
|
Tree |
Tree.setTree(List<TreeEntry> tree)
|
Tree |
Tree.setUrl(String url)
|
| Methods in org.eclipse.egit.github.core with parameters of type Tree | |
|---|---|
Commit |
Commit.setTree(Tree tree)
|
| Uses of Tree in org.eclipse.egit.github.core.service |
|---|
| Methods in org.eclipse.egit.github.core.service that return Tree | |
|---|---|
Tree |
DataService.createTree(IRepositoryIdProvider repository,
Collection<TreeEntry> entries)
Create tree |
Tree |
DataService.createTree(IRepositoryIdProvider repository,
Collection<TreeEntry> entries,
String baseTree)
Create tree |
Tree |
DataService.getTree(IRepositoryIdProvider repository,
String sha)
Get tree with given SHA-1 |
Tree |
DataService.getTree(IRepositoryIdProvider repository,
String sha,
boolean recursive)
Get tree with given SHA-1 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||