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. |
| Methods inherited from class | Name |
|---|---|
interface org.json.simple.Jsonable |
org.json.simple.Jsonable#toJson(), org.json.simple.Jsonable#toJson(java.io.Writer) |
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.