Interface Repo

    • Method Detail

      • github

        Github github()
        Get its owner.
        Returns:
        Github
      • coordinates

        Coordinates coordinates()
        Get its coordinates.
        Returns:
        Coordinates
      • issues

        Issues issues()
        Iterate issues.
        Returns:
        Issues
      • milestones

        Milestones milestones()
        Iterate milestones.
        Returns:
        Milestones
        Since:
        0.7
      • pulls

        Pulls pulls()
        Pull requests.
        Returns:
        Pulls
      • hooks

        Hooks hooks()
        Hooks.
        Returns:
        Hooks
        Since:
        0.8
      • labels

        Labels labels()
        Get all labels of the repo.
        Returns:
        Labels
        See Also:
        Labels API
      • assignees

        Assignees assignees()
        Get all available assignees to which issues may be assigned.
        Returns:
        Assignees
        See Also:
        Assignees API
      • releases

        Releases releases()
        Get all releases of the repo.
        Returns:
        Releases
        See Also:
        Releases API
      • forks

        Forks forks()
        Get all forks of the repo.
        Returns:
        Forks
        See Also:
        Forks API
      • contents

        Contents contents()
        Get all contents of the repo.
        Returns:
        Contents
        See Also:
        Contents API
      • git

        Git git()
        Get the Git API entry point.
        Returns:
        Collaborators
        See Also:
        Git Data API
      • stars

        Stars stars()
        Get Starring API.
        Returns:
        Stars
        Since:
        0.15
        See Also:
        Starring API
      • defaultBranch

        Branch defaultBranch()
                      throws IOException
        Get default branch.
        Returns:
        Default branch.
        Throws:
        IOException - If there is any I/O problem.
      • stargazers

        Stargazers stargazers()
        Lists the people that have starred the repository.
        Returns:
        Lists the people that have starred the repository.