Interface Branches

  • All Known Implementing Classes:
    MkBranches

    @Immutable
    public interface Branches
    Git branches.
    Since:
    0.24
    Version:
    $Id: f3fa37e9f618d9bd762e4fe6f56f384287185363 $
    Author:
    Chris Rebert (github@rebertia.com)
    See Also:
    List Branches API
    • Method Detail

      • repo

        Repo repo()
        Repo which the branches are in.
        Returns:
        Repo
      • find

        Branch find​(String name)
        Find branches by name.
        Parameters:
        name - The name of the branch.
        Returns:
        Branch found by name
        See Also:
        Get Branch API