public interface GitRepository
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.Ref |
checkout(java.lang.String branchName) |
org.eclipse.jgit.revwalk.RevCommit |
commit(java.lang.String message) |
org.eclipse.jgit.lib.Ref |
createBranch(java.lang.String branchName) |
org.eclipse.jgit.lib.Ref |
createLightWeightTag(java.lang.String tagName) |
java.io.File |
file(java.lang.Object... path) |
java.net.URI |
getUrl() |
java.io.File |
getWorkTree() |
java.net.URI getUrl()
org.eclipse.jgit.lib.Ref createBranch(java.lang.String branchName)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIExceptionorg.eclipse.jgit.lib.Ref checkout(java.lang.String branchName)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIExceptionorg.eclipse.jgit.lib.Ref createLightWeightTag(java.lang.String tagName)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIExceptionjava.io.File getWorkTree()
java.io.File file(java.lang.Object... path)
org.eclipse.jgit.revwalk.RevCommit commit(java.lang.String message)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIException