Class BranchUtil


  • public class BranchUtil
    extends Object
    • Method Detail

      • deleteUnfilteredBranches

        public static void deleteUnfilteredBranches​(org.eclipse.jgit.lib.Repository repository,
                                                    List<String> branchesToKeep)
                                             throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
      • existsBranch

        public static void existsBranch​(Git git,
                                        String branch)