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() |
java.lang.String |
toString() |
public java.util.List<GitCommit> getDiff(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to)
from - From, but not including, this commit. Except for the
GitChangelogApiConstants.ZERO_COMMIT, it is included.to - To and including this commit.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)
public java.lang.String toString()
toString in class java.lang.Object