Package org.eolang.maven.hash
Interface CommitHash
-
- All Known Implementing Classes:
ChCached
,ChCompound
,ChNarrow
,ChPattern
,ChRemote
,ChText
,CommitHash.ChConstant
public interface CommitHash
Hash of tag.- Since:
- 0.28.11
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CommitHash.ChConstant
Hardcoded commit hash.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
value()
SHA Hash.
-
-
-
Method Detail
-
value
String value()
SHA Hash.- Returns:
- SHA of commit
-
-