Package io.resys.hdes.client.api
Interface HdesStore.StoreState
- All Known Implementing Classes:
ImmutableStoreState
- Enclosing interface:
- HdesStore
@Immutable
public static interface HdesStore.StoreState
-
Method Details
-
getTagName
String getTagName() -
getCommitId
-
getCommitAt
-
getBranches
Map<String,HdesStore.StoreEntity> getBranches() -
getTags
Map<String,HdesStore.StoreEntity> getTags() -
getFlows
Map<String,HdesStore.StoreEntity> getFlows() -
getServices
Map<String,HdesStore.StoreEntity> getServices() -
getDecisions
Map<String,HdesStore.StoreEntity> getDecisions()
-