Package io.resys.hdes.client.spi
Interface GitConfig.GitEntry
- All Known Implementing Classes:
ImmutableGitEntry
- Enclosing interface:
- GitConfig
@Immutable
public static interface GitConfig.GitEntry
-
Method Summary
Modifier and Type Method Description StringgetBlobHash()StringgetBlobValue()AstBody.AstBodyTypegetBodyType()List<AstCommand>getCommands()TimestampgetCreated()StringgetId()TimestampgetModified()StringgetRevision()StringgetTreeValue()
-
Method Details
-
getId
String getId() -
getCreated
Timestamp getCreated() -
getModified
Timestamp getModified() -
getBodyType
AstBody.AstBodyType getBodyType() -
getRevision
String getRevision() -
getBlobHash
String getBlobHash() -
getTreeValue
String getTreeValue() -
getBlobValue
String getBlobValue() -
getCommands
List<AstCommand> getCommands()
-