Interface Branch

    • Method Detail

      • repo

        Repo repo()
        The repo we're in.
        Returns:
        Repo
      • name

        String name()
        Name of the branch.
        Returns:
        Branch name
      • commit

        Commit commit()
        Commit that the branch currently points to.
        Returns:
        Commit the branch currently points to