public class GitRepo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.ObjectId |
getCommit(java.lang.String fromCommit) |
java.util.List<GitCommit> |
getDiff(org.eclipse.jgit.lib.ObjectId from,
org.eclipse.jgit.lib.ObjectId to) |
org.eclipse.jgit.lib.ObjectId |
getRef(java.lang.String fromRef) |
java.util.List<GitTag> |
getTags() |
public java.util.List<GitCommit> getDiff(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to)
public java.util.List<GitTag> getTags()
public org.eclipse.jgit.lib.ObjectId getRef(java.lang.String fromRef)
public org.eclipse.jgit.lib.ObjectId getCommit(java.lang.String fromCommit)