Class GitHelper


  • public class GitHelper
    extends Object
    • Constructor Detail

      • GitHelper

        public GitHelper()
    • Method Detail

      • hasLocalTag

        public static boolean hasLocalTag​(org.eclipse.jgit.api.Git repo,
                                          String tagToCheck)
                                   throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
      • refStartingWith

        public static org.eclipse.jgit.lib.Ref refStartingWith​(org.eclipse.jgit.api.Git repo,
                                                               String tagPrefix)
                                                        throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException