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.Run<?,?> build,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
static void |
zipSource(String directory,
ZipOutputStream out,
String prefixToTrim) |
public static final String zipSourceError
public UploadToS3Output uploadSourceToS3(hudson.model.Run<?,?> build, hudson.Launcher launcher, hudson.model.TaskListener listener) throws Exception
Exceptionpublic static void zipSource(String directory, ZipOutputStream out, String prefixToTrim) throws Exception
ExceptionCopyright © 2016–2017. All rights reserved.