Package org.eolang.maven.hash
Class ChRemote
- java.lang.Object
-
- org.eolang.maven.hash.ChRemote
-
- All Implemented Interfaces:
org.cactoos.Scalar<String>
,CommitHash
public final class ChRemote extends Object implements CommitHash
Hash of tag from objectionary.- Since:
- 0.26
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.maven.hash.CommitHash
CommitHash.ChConstant
-
-
-
-
Constructor Detail
-
ChRemote
public ChRemote(String tag)
Constructor.- Parameters:
tag
- Tag
-
-
Method Detail
-
value
public String value()
Description copied from interface:CommitHash
SHA Hash.- Specified by:
value
in interfaceCommitHash
- Specified by:
value
in interfaceorg.cactoos.Scalar<String>
- Returns:
- SHA of commit
-
-