public interface ICommitEntry
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ICommitEntry.Type
Type of modification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MObject | 
getObject()
Get the related model object. 
 | 
MRef | 
getRef()
Get the related reference. 
 | 
ICommitEntry.Type | 
getType()
The modification type. 
 | 
MObject getObject()
 Returns null for deletion commits.
null.MRef getRef()
 Returns null except for deletion commits.
null.ICommitEntry.Type getType()