public interface ICommit
Modifier and Type | Method and Description |
---|---|
CommitAction |
getAction() |
String |
getAuthor() |
String |
getAuthorEmail() |
String |
getCommit() |
String |
getCommitter() |
Date |
getCommitterDate() |
String |
getCommitterEmail() |
Date |
getDate() |
String |
getDescription() |
List<String> |
getParents() |
String |
getTree() |
String getCommit()
String getTree()
CommitAction getAction()
String getAuthor()
String getAuthorEmail()
Date getDate()
String getCommitter()
String getCommitterEmail()
Date getCommitterDate()
String getDescription()
Copyright © 2017 Perforce Software. All Rights Reserved.