JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
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
(jakarta.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.