Package com.perforce.p4java.graph
Interface ICommit
- All Known Implementing Classes:
Commit
public interface ICommit
-
Method Details
-
getCommit
String getCommit() -
getTree
String getTree() -
getAction
CommitAction getAction() -
getParents
-
getAuthor
String getAuthor() -
getAuthorEmail
String getAuthorEmail() -
getDate
Date getDate() -
getCommitter
String getCommitter() -
getCommitterEmail
String getCommitterEmail() -
getCommitterDate
Date getCommitterDate() -
getDescription
String getDescription()
-