Class GitClient


  • public class GitClient
    extends java.lang.Object
    • Method Detail

      • getLatestRevision

        public java.lang.String getLatestRevision()
                                           throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
      • getLatestRevisionObjectId

        public org.eclipse.jgit.lib.ObjectId getLatestRevisionObjectId()
                                                                throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
      • fetchRemoteReferences

        public java.util.Collection<org.eclipse.jgit.lib.Ref> fetchRemoteReferences()
                                                                             throws org.eclipse.jgit.api.errors.GitAPIException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
      • removeCurrentGitConnectionSettings

        public static void removeCurrentGitConnectionSettings()