public interface Commit
| Modifier and Type | Method and Description |
|---|---|
Id |
getBranchRootId()
Returns
null if this commit does not represent a branch. |
String |
getChanges() |
long |
getCommitTS() |
String |
getMsg() |
Id |
getParentId() |
Id |
getRootNodeId() |
void |
serialize(Binding binding) |
Id getRootNodeId()
Id getParentId()
long getCommitTS()
String getMsg()
String getChanges()
Id getBranchRootId()
null if this commit does not represent a branch.
Otherwise, returns the id of the branch root commit (i.e. the public commit that this private branch is based upon).
null if this commit
does not represent a branch.Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.