Class Repo
java.lang.Object
clazzfish.spi.git.Repo
- All Implemented Interfaces:
AutoCloseable
The class Repo is responsible for the access to a GIT repository.
- Since:
- 2.6 (19.03.25)
- Author:
- oboehm
-
Method Details
-
getSshKeyFile
-
of
- Throws:
IOException
org.eclipse.jgit.api.errors.GitAPIException
-
getRepoPathOf
-
getDir
-
toString
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getStatus
public org.eclipse.jgit.api.Status getStatus() throws org.eclipse.jgit.api.errors.GitAPIException- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
add
- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
commit
- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
push
public Iterable<org.eclipse.jgit.transport.PushResult> push() throws org.eclipse.jgit.api.errors.GitAPIException- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-