public class GHTree
extends java.lang.Object
GHRepository.getTree(String)| Constructor and Description |
|---|
GHTree() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSha()
The SHA for this trees
|
java.util.List<GHTreeEntry> |
getTree()
Return an array of entries of the trees
|
java.net.URL |
getUrl()
The API URL of this tag, such as
"url": "https://api.github.com/repos/octocat/Hello-World/trees/fc6274d15fa3ae2ab983129fb037999f264ba9a7",
|
boolean |
isTruncated()
Returns true if the number of items in the tree array exceeded the GitHub maximum limit.
|
public java.lang.String getSha()
public java.util.List<GHTreeEntry> getTree()
public boolean isTruncated()
public java.net.URL getUrl()
Copyright © 2016. All Rights Reserved.