public class CommitInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CommitInfo(long rev,
java.lang.String d,
java.lang.String a,
java.lang.String pce,
java.lang.String rr)
This constructor will be only called from the jni code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
return the author of the commit
|
java.util.Date |
getDate()
return the date of the commit
|
java.lang.String |
getPostCommitError()
return any post commit error for the commit
|
java.lang.String |
getReposRoot()
return the repos root
|
long |
getRevision()
retrieve the revision of the commit
|
public CommitInfo(long rev,
java.lang.String d,
java.lang.String a,
java.lang.String pce,
java.lang.String rr)
throws java.text.ParseException
java.text.ParseExceptionpublic long getRevision()
public java.util.Date getDate()
public java.lang.String getAuthor()
public java.lang.String getPostCommitError()
public java.lang.String getReposRoot()