Interface Branches

  • All Known Implementing Classes:
    MkBranches

    @Immutable
    public interface Branches
    Git branches.
    Since:
    0.24
    Version:
    $Id: 76586c86070208bad22b445b01e64d273dc12dd1 $
    Author:
    Chris Rebert ([email protected])
    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