Class GitClient
java.lang.Object
com.xebialabs.xlrelease.scm.connector.GitClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.jgit.lib.Ref> org.eclipse.jgit.lib.ObjectIdstatic void
-
Constructor Details
-
GitClient
-
-
Method Details
-
getLatestRevision
- 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 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()
-