VCS change, a commit
| Type | Name and description |
|---|---|
java.lang.String |
getAuthorEmail()Author identifier. |
java.lang.String |
getAuthorName()Author display name. |
java.lang.String |
getCommitId()Commit identifier. |
java.lang.String |
getMessage()Commit message |
java.util.Collection<java.lang.String> |
getTickets()Tickets referenced by the commit. |
Author identifier. For git it would be 'email'
Author display name. For git it would be 'author'
Commit identifier. For git it would be 'hash' (SHA-1)
Commit message
Tickets referenced by the commit. For example, jira issue ids or GitHub issue ids.