public class S3DataManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
zipSourceError |
| Constructor and Description |
|---|
S3DataManager() |
| Modifier and Type | Method and Description |
|---|---|
static String |
trimPrefix(String path,
String prefixToTrim) |
UploadToS3Output |
uploadSourceToS3(hudson.model.TaskListener listener,
hudson.FilePath workspace) |
static void |
zipSource(hudson.FilePath workspace,
String directory,
ZipOutputStream out,
String prefixToTrim) |
public static final String zipSourceError
public UploadToS3Output uploadSourceToS3(hudson.model.TaskListener listener, hudson.FilePath workspace) throws Exception
Exceptionpublic static void zipSource(hudson.FilePath workspace,
String directory,
ZipOutputStream out,
String prefixToTrim)
throws Exception
ExceptionCopyright © 2016–2018. All rights reserved.