Package org.apache.subversion.javahl
Class CommitInfo
java.lang.Object
org.apache.subversion.javahl.CommitInfo
- All Implemented Interfaces:
Serializable
public class CommitInfo extends Object implements Serializable
This class describes a item which will be committed.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CommitInfo(long rev, String d, String a, String pce, String rr)This constructor will be only called from the jni code. -
Method Summary
Modifier and Type Method Description StringgetAuthor()return the author of the commitDategetDate()return the date of the commitStringgetPostCommitError()return any post commit error for the commitStringgetReposRoot()return the repos rootlonggetRevision()retrieve the revision of the commit
-
Constructor Details
-
CommitInfo
This constructor will be only called from the jni code.- Throws:
ParseException
-
-
Method Details
-
getRevision
public long getRevision()retrieve the revision of the commit -
getDate
return the date of the commit -
getAuthor
return the author of the commit -
getPostCommitError
return any post commit error for the commit -
getReposRoot
return the repos root
-