public static interface HttpArtifactCacheEvent.HttpArtifactCacheEventStoreData
Modifier and Type | Interface and Description |
---|---|
static class |
HttpArtifactCacheEvent.HttpArtifactCacheEventStoreData.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpArtifactCacheEvent.HttpArtifactCacheEventStoreData.Builder |
builder() |
Optional<String> |
getArtifactContentHash() |
Optional<Long> |
getArtifactSizeBytes() |
Optional<String> |
getErrorMessage() |
Optional<Long> |
getRequestSizeBytes() |
com.google.common.collect.ImmutableSet<RuleKey> |
getRuleKeys() |
ArtifactCacheEvent.StoreType |
getStoreType() |
Optional<Boolean> |
wasStoreSuccessful() |
com.google.common.collect.ImmutableSet<RuleKey> getRuleKeys()
ArtifactCacheEvent.StoreType getStoreType()
static HttpArtifactCacheEvent.HttpArtifactCacheEventStoreData.Builder builder()