| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Returns the name of the author that committed changes to the repository.
|
Date |
getDate()
Returns the time of the commit.
|
String |
getMessage()
Returns the commit message.
|
Revision |
getRevision()
Returns the
Revision that was created by the commit. |
String getAuthor()
Date getDate()
String getMessage()
String if no commit message was specifiedCopyright © 2013–2017 shadowhunt. All rights reserved.