Package com.jcabi.github
Interface Trees
@Immutable
public interface Trees
GitHub Git Data Trees.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
get
Get specific tree by sha.- Parameters:
sha- Tree sha- Returns:
- Tree
- See Also:
-
getRec
Get specific tree recursively by sha.- Parameters:
sha- Tree sha- Returns:
- Tree
- See Also:
-
create
Create new tree.- Parameters:
params- Parameters to create new tree- Returns:
- Tree
- Throws:
IOException- If there is any I/O problem
-