|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.git.api.Commit
@Immutable class Commit
Represents a Git commit.
Property Summary | |
---|---|
java.lang.String |
abbreviatedId
The first 7 characters of the commit hash. |
Person |
author
The author of the changes in the commit. |
Person |
committer
The committer of the changes in the commit. |
java.lang.String |
fullMessage
The full commit message. |
java.lang.String |
id
The full hash of the commit. |
java.lang.String |
shortMessage
The shortened commit message. |
int |
time
The time the commit was created. |
Method Summary |
---|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.lang.String abbreviatedId
Person author
Person committer
java.lang.String fullMessage
java.lang.String id
java.lang.String shortMessage
int time
Groovy Documentation