Package com.jcabi.github
Interface Forks
@Immutable
public interface Forks
GitHub forks.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
iterate
Iterate all forks.- Parameters:
sort- The sort order.- Returns:
- All forks
- See Also:
-
create
Create a fork for the authenticated user.- Parameters:
organization- The organization the repository will be forked into.- Returns:
- The new fork
- Throws:
IOException- If there is any I/O problem- See Also:
-