Interface Forks


@Immutable public interface Forks
GitHub forks.
Since:
0.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String organization)
    Create a fork for the authenticated user.
    Iterate all forks.
    Owner of them.
  • Method Details

    • repo

      Repo repo()
      Owner of them.
      Returns:
      Repo
    • iterate

      Iterable<Fork> iterate(String sort)
      Iterate all forks.
      Parameters:
      sort - The sort order.
      Returns:
      All forks
      See Also:
    • create

      Fork create(String organization) throws IOException
      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: