public class DependencyUploader extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
DependencyUploader() |
Modifier and Type | Method and Description |
---|---|
void |
deleteBlobs(List<String> keys) |
void |
init() |
void |
shutdown() |
List<String> |
uploadArtifacts(Map<String,File> artifacts) |
List<String> |
uploadFiles(List<File> dependencies,
boolean cleanupIfFails) |
public void init()
public void shutdown()
public List<String> uploadFiles(List<File> dependencies, boolean cleanupIfFails) throws IOException, AuthorizationException
IOException
AuthorizationException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.