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