| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHTree |
GHRepository.getTree(String sha)
Retrive a tree of the given type for the current GitHub repository.
|
GHTree |
GHRepository.getTreeRecursive(String sha,
int recursive)
Retrieves the tree for the current GitHub repository, recursively as described in here:
https://developer.github.com/v3/git/trees/#get-a-tree-recursively
|
Copyright © 2015. All Rights Reserved.