public class ArtifactUploader extends Object
Constructor and Description |
---|
ArtifactUploader() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Unit> |
performUploadToArtifactCache(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys,
ArtifactCache artifactCache,
BuckEventBus eventBus,
com.google.common.collect.ImmutableMap<String,String> buildMetadata,
SortedSet<Path> pathsToIncludeInArchive,
BuildRule buildRule,
long buildTimeMs)
As method name says
|
public static com.google.common.util.concurrent.ListenableFuture<Unit> performUploadToArtifactCache(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys, ArtifactCache artifactCache, BuckEventBus eventBus, com.google.common.collect.ImmutableMap<String,String> buildMetadata, SortedSet<Path> pathsToIncludeInArchive, BuildRule buildRule, long buildTimeMs)