| Constructor and Description |
|---|
Commit(String commit,
String tree,
CommitAction action,
List<String> parent,
String author,
String authorEmail,
Date date,
String committer,
String committerEmail,
Date committerDate,
String description) |
| 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() |
public CommitAction getAction()
public List<String> getParents()
getParents in interface ICommitpublic String getAuthorEmail()
getAuthorEmail in interface ICommitpublic String getCommitter()
getCommitter in interface ICommitpublic String getCommitterEmail()
getCommitterEmail in interface ICommitpublic Date getCommitterDate()
getCommitterDate in interface ICommitpublic String getDescription()
getDescription in interface ICommitCopyright © 2017 Perforce Software. All Rights Reserved.