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