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 ICommit
public String getAuthorEmail()
getAuthorEmail
in interface ICommit
public String getCommitter()
getCommitter
in interface ICommit
public String getCommitterEmail()
getCommitterEmail
in interface ICommit
public Date getCommitterDate()
getCommitterDate
in interface ICommit
public String getDescription()
getDescription
in interface ICommit
Copyright © 2017 Perforce Software. All Rights Reserved.