Interface GitCommit
-
- All Known Implementing Classes:
GitCommitEntity
public interface GitCommit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZonedDateTime
getCommitDate()
String
getHash()
-
-
-
Method Detail
-
getHash
String getHash()
-
getCommitDate
ZonedDateTime getCommitDate()
-
-