Uses of Interface
com.jcabi.github.Tree
-
Packages that use Tree Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Tree in com.jcabi.github
Methods in com.jcabi.github that return Tree Modifier and Type Method Description Tree
Trees. create(javax.json.JsonObject params)
Create new tree.Tree
Trees. get(String sha)
Get specific tree by sha.Tree
Trees. getRec(String sha)
Get specific tree recursively by sha.
-