public interface SCMChangeLogCommit
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Author of the commit
|
java.lang.String |
getAuthorEmail()
Mail of the author of the commit.
|
java.lang.String |
getFormattedMessage()
Annotated message
|
java.lang.String |
getId()
Identifier of the commit
|
java.lang.String |
getLink()
Link to the revision
|
java.lang.String |
getMessage()
Message associated with the commit
|
default java.lang.String |
getShortId()
Short identifier for the commit
|
java.time.LocalDateTime |
getTimestamp()
Timestamp of the commit
|
java.lang.String getId()
default java.lang.String getShortId()
java.lang.String getAuthor()
java.lang.String getAuthorEmail()
null if not available.java.time.LocalDateTime getTimestamp()
java.lang.String getMessage()
java.lang.String getFormattedMessage()
java.lang.String getLink()