public interface ManifestStoreResult
Modifier and Type | Interface and Description |
---|---|
static class |
ManifestStoreResult.Builder |
Modifier and Type | Method and Description |
---|---|
static ManifestStoreResult.Builder |
builder() |
default void |
check() |
boolean |
didCreateNewManifest() |
Optional<String> |
getManifestLoadError() |
ManifestStats |
getManifestStats() |
Optional<com.google.common.util.concurrent.ListenableFuture<Unit>> |
getStoreFuture() |
@Value.Check default void check()
boolean didCreateNewManifest()
ManifestStats getManifestStats()
Optional<String> getManifestLoadError()
Optional<com.google.common.util.concurrent.ListenableFuture<Unit>> getStoreFuture()
static ManifestStoreResult.Builder builder()